From: Steven Rostedt Date: Fri, 25 Jan 2008 20:08:04 +0000 (+0100) Subject: sched: track highest prio task queued X-Git-Tag: v2.6.25-rc1~1237^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764a9d6fe4b52995c8aba277e3634385699354f4;p=pandora-kernel.git sched: track highest prio task queued This patch adds accounting to each runqueue to keep track of the highest prio task queued on the run queue. We only care about RT tasks, so if the run queue does not contain any active RT tasks its priority will be considered MAX_RT_PRIO. This information will be used for later patches. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed