Skip to content
  • Ingo Molnar's avatar
    [PATCH] sched: clean up fallout of recent changes · 48f24c4d
    Ingo Molnar authored
    
    
    Clean up some of the impact of recent (and not so recent) scheduler
    changes:
    
     - turning macros into nice inline functions
     - sanitizing and unifying variable definitions
     - whitespace, style consistency, 80-lines, comment correctness, spelling
       and curly braces police
    
    Due to the macro hell and variable placement simplifications there's even 26
    bytes of .text saved:
    
       text    data     bss     dec     hex filename
      25510    4153     192   29855    749f sched.o.before
      25484    4153     192   29829    7485 sched.o.after
    
    [akpm@osdl.org: build fix]
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    48f24c4d