From: Steven Rostedt Date: Fri, 25 Jan 2008 20:08:13 +0000 (+0100) Subject: sched: RT-balance, optimize cpu search X-Git-Tag: v2.6.25-rc1~1237^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610bf05645a7ac6ea104a474e328eeaaea148870;p=pandora-kernel.git sched: RT-balance, optimize cpu search This patch removes several cpumask operations by keeping track of the first of the CPUS that is of the lowest priority. When the search for the lowest priority runqueue is completed, all the bits up to the first CPU with the lowest priority runqueue is cleared. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed