[PATCH] sched: account rt tasks in prio_bias()
authorCon Kolivas <kernel@kolivas.org>
Wed, 9 Nov 2005 05:38:57 +0000 (21:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:32 +0000 (07:56 -0800)
commitdad1c65c8000f4485d8602e1875ded77e0d72133
tree2981648916055ac92bb809b88957ff429764dc02
parent738a2ccbcf8c2c1b039f1e76662dce60b22b694b
[PATCH] sched: account rt tasks in prio_bias()

Real time tasks' effect on prio_bias should be based on their real time
priority level instead of their static_prio which is based on nice.

Signed-off-by: Con Kolivas <kernel@kolivas.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c