• Russell King's avatar
    [ARM] Provide more early command line parsing. · f657af0f
    Russell King authored
    We need to parse the command line arguments not only for the memory
    parameters, but also CPU cache policies.  Rather than extending the
    early parsing in arch/arm/kernel/setup.c, we make this a generic
    feature.  The parameters and their parsing function can now be
    placed along side the code which makes use of the parsed information.
    f657af0f
setup.h 4.37 KB