]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cpumask: update local_cpus_show to use new cpumask API
authorMike Travis <travis@sgi.com>
Sun, 4 Jan 2009 13:18:01 +0000 (05:18 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 Jan 2009 14:39:25 +0000 (15:39 +0100)
commit3be83050d0143b515c5effe9c9d54edc41f1a2fa
tree80c60ace39314ff04f209f8299d64420d56f7549
parentd3b66bf2e18777e8389742a38efbd06becfa4775
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 <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/pci/pci-sysfs.c