From: Hillf Danton Date: Fri, 17 Jun 2011 01:55:18 +0000 (-0400) Subject: sched: Remove noop in next_prio() X-Git-Tag: v3.2-rc1~161^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d955383ab2ef8866c494c14156a4f3d29e441c;p=pandora-kernel.git sched: Remove noop in next_prio() When computing the next priority for a given run-queue, the check for RT priority of the task determined by the pick_next_highest_task_rt() function could be removed, since only RT tasks are returned by the function. Reviewed-by: Yong Zhang Signed-off-by: Hillf Danton Signed-off-by: Steven Rostedt Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/BANLkTimxmWiof9s5AvS3v_0X+sMiE=0x5g@mail.gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed