• Andrew Morton's avatar
    [PATCH] use noinline for rest_init() · 5d11ce4d
    Andrew Morton authored
    gcc-3.4 incorretly inlines rest_init() into start_kernel(), causing things to
    crash when the .text.init section gets unloaded.  Use noinline to prevent
    that.
    5d11ce4d
main.c 14.4 KB