]> 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)
commit9657d0bba1a8da48846094ec21d2738425521ca5
tree0429be6639def66ec5fabaaae6eded516db5a412
parent54879ae9596d18a8ac015ab60d622d2015c1da0b
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