From: Mike Travis Date: Sun, 4 Jan 2009 13:18:02 +0000 (-0800) Subject: cpumask: update pci_bus_show_cpuaffinity to use new cpumask API X-Git-Tag: v2.6.29-rc1~5^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588235bb53f2c215f0d4b08fd30b461fedc3338e;p=pandora-kernel.git cpumask: update pci_bus_show_cpuaffinity 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