• R
    ARM: l2c: group implementation specific code together · da3627fb
    Russell King 提交于
    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: NRussell King <rmk+kernel@arm.linux.org.uk>
    da3627fb
cache-l2x0.c 26.5 KB