OSDN Git Service

ARM: l2c: clean up l2c_configure()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 15 May 2015 10:05:54 +0000 (11:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 15 May 2015 11:10:04 +0000 (12:10 +0100)
commit50beefde30224888d6d63224405ace4bdd4b32a0
treeea1e5afe23cc62fca04d0441778be7da6eab144d
parent7705dd256ce363f8b01429efb2f0dc4d1ee23c89
ARM: l2c: clean up l2c_configure()

l2c_configure() does not follow the pattern of other l2c_* functions.
Fix this so that it does to avoid future confusion.

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