]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: l2c: group implementation specific code together
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 16:48:06 +0000 (16:48 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:47:50 +0000 (00:47 +0100)
commiteebb99cf6ba3436312e0dce921e452c3a5ffdbff
tree0429be6639def66ec5fabaaae6eded516db5a412
parent359c0ae7e9dd71ea3bc10981b11e3e39eff2b0b7
ARM: l2c: group implementation specific code together

Back in the mists of time, someone decided that it would be a good idea
to group like functions together - so all the save functions in one
place, all the resume functions in another, all the OF parsing functions
some place else.

This makes it difficult to get an overview on what a particular
implementation is doing - grouping an implementations specific functions
together makes more sense, because you can see what it's doing without
the clutter of other implementations.

Organise it according to implementation.

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