From: Mike Travis Date: Sun, 4 Jan 2009 13:18:01 +0000 (-0800) Subject: cpumask: update local_cpus_show to use new cpumask API X-Git-Tag: v2.6.29-rc1~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be83050d0143b515c5effe9c9d54edc41f1a2fa;p=pandora-kernel.git cpumask: update local_cpus_show to use new cpumask API Impact: use new cpumask API to reduce stack usage Replace the local cpumask_t variable with a pointer to the const cpumask that needs to be printed. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed