]> git.baikalelectronics.ru Git - kernel.git/commit
sched: clean up wakeup balancing, rename variables
authorIngo Molnar <mingo@elte.hu>
Sun, 16 Mar 2008 19:56:26 +0000 (20:56 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 19 Mar 2008 03:27:52 +0000 (04:27 +0100)
commitb2ef3a26eeec1b6509c9cf7b17950a77f882d74b
treeda675c79a0c5076a49bfa75b74a29d8bde85f60e
parentd5ba4ba1f4b82adda44a51e74b5360cf3341afde
sched: clean up wakeup balancing, rename variables

rename 'cpu' to 'prev_cpu'. 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:
   09b31c44e9aff8666f72773dc433e2df  sched.o.before.asm
   09b31c44e9aff8666f72773dc433e2df  sched.o.after.asm

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c