]> git.karo-electronics.de Git - karo-tx-linux.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, 22 May 2014 15:39:21 +0000 (16:39 +0100)
commit6512d684a3b826df2b6c61cc74872187ed450ade
tree67008c8212c5c1d4f0ac753e6da6e404a6c86bc6
parent822f27d3f15c3cb7c35282ade02caebbb8f8e996
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