• Ingo Molnar's avatar
    [PATCH] sched: reduce debug code · 6cfb0d5d
    Ingo Molnar authored
    move the rest of the debugging/instrumentation code to under
    CONFIG_SCHEDSTATS too. This reduces code size and speeds code up:
    
        text    data     bss     dec     hex filename
       33044    4122      28   37194    914a sched.o.before
       32708    4122      28   36858    8ffa sched.o.after
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    6cfb0d5d
sched_rt.c 5.76 KB