]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sched: don't awaken RT tasks on expired array
authorMike Galbraith <efault@gmx.de>
Tue, 11 Apr 2006 05:52:45 +0000 (22:52 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:30 +0000 (06:18 -0700)
commit8a5bc075b8d8cf7a87b3f08fad2fba0f5d13295e
tree977c14c704c44a905014ff9b3c0f613983793109
parent5ce74abe788a26698876e66b9c9ce7e7acc25413
[PATCH] sched: don't awaken RT tasks on expired array

RT tasks are being awakened on the expired array when expired_starving() is
true, whereas they really should be excluded.  Fix.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Con Kolivas <kernel@kolivas.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c