commit | 13b8bd0a5713bdf05659019badd7c0407984ece1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 25 15:01:22 2009 +1030 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 01 13:24:51 2009 +0200 |
tree | 378950741dd647b672a2b3e61988725b52557f2d | |
parent | a18b83b7ef3c98cd8b4bb885e4a649a8f30fb7b0 [diff] |
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 <srostedt@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> LKML-Reference: <200903251501.22664.rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>