]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: remove unnecessary call to outer_flush_all()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 16:47:45 +0000 (16:47 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 14 Apr 2014 10:13:50 +0000 (11:13 +0100)
commit42eaca159057619c32063fb375544a9cfc3fa6dc
tree80973cecbfea6ae6957811dc5372d84e32561550
parent46e613680feab3493e014c506ac3515803ab54f8
ARM: l2c: remove unnecessary call to outer_flush_all()

outer_disable() is defined to safely turn the L2 cache off without data
loss: this means that outer_flush_all() should never be called unless
you need to implement some special L2 cache disabling, and even then
only from your replacement L2 cache disable function.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-prima2/pm.c