]> git.baikalelectronics.ru Git - kernel.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>
Thu, 22 May 2014 15:38:31 +0000 (16:38 +0100)
commitd98866c72464b370578262a02746764d22cfa880
tree0ade71f7495e9829308b94d57f893c8eeede3ab8
parent36e5669a522b48ff824ca8c468534eaeef07676e
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: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-prima2/pm.c