commit | d38b223c86db3162dc85b5a1997ac8a210e1660b | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Sat Jan 10 21:58:11 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 11 19:13:22 2009 +0100 |
tree | 3e232926a5fce47e910e4356e833be43b7b03592 | |
parent | c90e785be2fd9dfaef1f030d0314e44052553736 [diff] |
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>