From: Rusty Russell Date: Wed, 25 Mar 2009 04:31:22 +0000 (+1030) Subject: sched_rt: don't allocate cpumask in fastpath X-Git-Tag: v2.6.30-rc2~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b8bd0a5713bdf05659019badd7c0407984ece1;p=pandora-kernel.git sched_rt: don't allocate cpumask in fastpath Impact: cleanup As pointed out by Steven Rostedt. Since the arg in question is unused, we simply change cpupri_find() to accept NULL. Reported-by: Steven Rostedt Signed-off-by: Rusty Russell LKML-Reference: <200903251501.22664.rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed