summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/topology.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-03-13 14:49:47 +1030
committerRusty Russell <rusty@rustcorp.com.au>2009-03-13 14:49:47 +1030
commitcb3d560f36c1e4aa3c26a1d79e9b6e62ab69896c (patch)
tree2bdc6c31a282df6da6ef7988e3f862966c10a113 /arch/x86/include/asm/topology.h
parent101aaca1f32d9923331ddc63a7a72b3a7f934c02 (diff)
downloadop-kernel-dev-cb3d560f36c1e4aa3c26a1d79e9b6e62ab69896c.zip
op-kernel-dev-cb3d560f36c1e4aa3c26a1d79e9b6e62ab69896c.tar.gz
cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86
Impact: reduce stack usage for large NR_CPUS cpumask_of_pcibus() is the new version. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/x86/include/asm/topology.h')
-rw-r--r--arch/x86/include/asm/topology.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h
index 77cfb2c..d772fac 100644
--- a/arch/x86/include/asm/topology.h
+++ b/arch/x86/include/asm/topology.h
@@ -143,7 +143,6 @@ extern void setup_node_to_cpumask_map(void);
#define parent_node(node) (node)
#define pcibus_to_node(bus) __pcibus_to_node(bus)
-#define pcibus_to_cpumask(bus) __pcibus_to_cpumask(bus)
#ifdef CONFIG_X86_32
extern unsigned long node_start_pfn[];
OpenPOWER on IntegriCloud