• Rusty Russell's avatar
    [PATCH] "constfrobbing considered harmful" · 18f50759
    Rusty Russell authored
    The declaration of `module_frob_arch_sections' in moduleloader.h (and
    the definitions in most of the module.c files) are inconsistent with the
    definition in the PPC's module.c -- in the latter the first two
    arguments are not declared `const', whereas everyplace else they are.
    
    PS.  secstrings can be modded to: if an arch can't handle discarding
         init, it simply renames the .init sections.
    18f50759
module.c 5.28 KB