From: Mike Travis Date: Sun, 11 Jan 2009 05:58:11 +0000 (-0800) Subject: cpumask: reduce stack usage in find_lowest_rq X-Git-Tag: v2.6.30-rc1~3^2~6^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38b223c86db3162dc85b5a1997ac8a210e1660b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed