diff options
Diffstat (limited to 'arch/ia64/include/asm/topology.h')
-rw-r--r-- | arch/ia64/include/asm/topology.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/include/asm/topology.h b/arch/ia64/include/asm/topology.h index 3193f4417e16..f260dcf21515 100644 --- a/arch/ia64/include/asm/topology.h +++ b/arch/ia64/include/asm/topology.h | |||
@@ -44,11 +44,6 @@ | |||
44 | #define parent_node(nid) (nid) | 44 | #define parent_node(nid) (nid) |
45 | 45 | ||
46 | /* | 46 | /* |
47 | * Returns the number of the first CPU on Node 'node'. | ||
48 | */ | ||
49 | #define node_to_first_cpu(node) (cpumask_first(cpumask_of_node(node))) | ||
50 | |||
51 | /* | ||
52 | * Determines the node for a given pci bus | 47 | * Determines the node for a given pci bus |
53 | */ | 48 | */ |
54 | #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node | 49 | #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node |