cpumask: reduce stack usage in find_lowest_rq
authorMike Travis <travis@sgi.com>
Sun, 11 Jan 2009 05:58:11 +0000 (21:58 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 11 Jan 2009 18:13:22 +0000 (19:13 +0100)
commitd38b223c86db3162dc85b5a1997ac8a210e1660b
tree3e232926a5fce47e910e4356e833be43b7b03592
parentc90e785be2fd9dfaef1f030d0314e44052553736
cpumask: reduce stack usage in find_lowest_rq

Impact: reduce stack usage, cleanup

Use a cpumask_var_t in find_lowest_rq() and clean up other old
cpumask_t calls.

Signed-off-by: Mike Travis <travis@sgi.com>
kernel/sched_rt.c