• David Mosberger's avatar
    [PATCH] init_thread_union really needed by modules? · a21dffe4
    David Mosberger authored
    init_thread_union doesn't need to be exported to modules.
    
    We haven't exported the symbol on ia64 for ages, and we should be able
    to make the init_thread_union local to arch/ARCH/kernel/init_task.c and
    that in turn would let us remove its declaration from
    include/linux/sched.h altogether (i.e., no more ugly #ifdefs).
    a21dffe4
ksyms.c 16.5 KB