]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f287545b12e33854221eb9a8f9a570a906737c0
tree44aebd11ac53ef355b215d37f374fb40a4cb008b
parent4ddd92f365d4af79a4231e4e2ce2525cebe124ed
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