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