sched: use highest_prio.curr for pull threshold
authorGregory Haskins <ghaskins@novell.com>
Mon, 29 Dec 2008 14:39:49 +0000 (09:39 -0500)
committerGregory Haskins <ghaskins@novell.com>
Mon, 29 Dec 2008 14:39:49 +0000 (09:39 -0500)
commita8728944efe23417e38bf22063f06d9d8ee21d59
tree225f453912a50a4baf0fdbc578c31bd23d4780f6
parente864c499d9e57805ae1f9e7ea404dd223759cd53
sched: use highest_prio.curr for pull threshold

highest_prio.curr is actually a more accurate way to keep track of
the pull_rt_task() threshold since it is always up to date, even
if the "next" task migrates during double_lock.  Therefore, stop
looking at the "next" task object and simply use the highest_prio.curr.

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
kernel/sched_rt.c