]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched: fix sign check error in place_entity()
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:11 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:11 +0000 (17:00 +0200)
commitb8487b924177385e3932f846f430b73ce8e69bba
treec3686b03306ca0eff6bc0387fefac2c248e337d4
parent94359f05cb7e1fed0deccc83ebc30a1175a9ae16
sched: fix sign check error in place_entity()

fix sign check error in place_entity() - we'd get excessive
latencies due to negatives being converted to large u64's.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
kernel/sched_fair.c