]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: l2c: simplify l2x0 unlocking code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 22:49:59 +0000 (22:49 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:48:11 +0000 (00:48 +0100)
commit634cd640b16eaeb8b33d875caf1d8b4afa1b773b
tree86a6748abfa16cb98818195971f0ae5bbf1fac3b
parentc23ce5c2191c7424e0b3720cb70ae807bcd9eac3
ARM: l2c: simplify l2x0 unlocking code

The l2x0 unlocking code is only called from l2x0_enable() now, so move
the logic entirely into that function and simplify it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/cache-l2x0.c