sched: Account for vruntime wrapping
authorFabio Checconi <fabio@gandalf.sssup.it>
Thu, 16 Jul 2009 10:32:27 +0000 (12:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 18 Jul 2009 09:17:08 +0000 (11:17 +0200)
commit54fdc5816631b43ba55fc3206d7add2d85850bc6
tree44aebd11ac53ef355b215d37f374fb40a4cb008b
parent78af08d90b8f745044b1274430bc4bc6b2b27aca
sched: Account for vruntime wrapping

I spotted two sites that didn't take vruntime wrap-around into
account. Fix these by creating a comparison helper that does do
so.

Signed-off-by: Fabio Checconi <fabio@gandalf.sssup.it>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c