commit | 8a5bc075b8d8cf7a87b3f08fad2fba0f5d13295e | [log] [tgz] |
---|---|---|
author | Mike Galbraith <efault@gmx.de> | Mon Apr 10 22:52:45 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:30 2006 -0700 |
tree | 977c14c704c44a905014ff9b3c0f613983793109 | |
parent | 5ce74abe788a26698876e66b9c9ce7e7acc25413 [diff] |
[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>