commit | 502d26b524d8980f3ed80d9aec398e85671a8160 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:39 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:39 2007 +0100 |
tree | 7a377cb8a688dbfe98c9d0b00ed957c2df816ef4 | |
parent | 77d9cc44b543fa831169e54c495ad06ef3a0c726 [diff] |
sched: clean up the wakeup preempt check, #2 clean up the preemption check to not use unnecessary 64-bit variables. This improves code size: text data bss dec hex filename 44227 3326 36 47589 b9e5 sched.o.before 44201 3326 36 47563 b9cb sched.o.after Signed-off-by: Ingo Molnar <mingo@elte.hu>