• Ingo Molnar's avatar
    sched: clean up wakeup balancing, move wake_affine() · 098fb9db
    Ingo Molnar authored
    split out the affine-wakeup bits.
    
    No code changed:
    
    kernel/sched.o:
    
       text	   data	    bss	    dec	    hex	filename
      42521	   2858	    232	  45611	   b22b	sched.o.before
      42521	   2858	    232	  45611	   b22b	sched.o.after
    
    md5:
       9d76738f1272aa82f0b7affd2f51df6b  sched.o.before.asm
       09b31c44e9aff8666f72773dc433e2df  sched.o.after.asm
    
    (the md5's changed because stack slots changed and some registers
    get scheduled by gcc in a different order - but otherwise the before
    and after assembly is instruction for instruction equivalent.)
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    098fb9db
sched_fair.c 34.3 KB