• Rusty Russell's avatar
    [PATCH] Allocate struct module using special allocator · 66f67a6b
    Rusty Russell authored
    Sparc64 (and probably others) need all the kernel symbols within
    32-bits, which includes the manufactured "__this_module" which refers
    to the struct module *.
    
    This changes the interface back to its old style: the arch-specific code
    manipulates the init and core sizes, and we call module_alloc() ourselves.
    66f67a6b
module.c 28.7 KB