aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include')
-rw-r--r--arch/ia64/include/asm/topology.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/topology.h b/arch/ia64/include/asm/topology.h
index 97ae7f509109..76a33a91ca69 100644
--- a/arch/ia64/include/asm/topology.h
+++ b/arch/ia64/include/asm/topology.h
@@ -56,7 +56,6 @@
56void build_cpu_to_node_map(void); 56void build_cpu_to_node_map(void);
57 57
58#define SD_CPU_INIT (struct sched_domain) { \ 58#define SD_CPU_INIT (struct sched_domain) { \
59 .span = CPU_MASK_NONE, \
60 .parent = NULL, \ 59 .parent = NULL, \
61 .child = NULL, \ 60 .child = NULL, \
62 .groups = NULL, \ 61 .groups = NULL, \
@@ -81,7 +80,6 @@ void build_cpu_to_node_map(void);
81 80
82/* sched_domains SD_NODE_INIT for IA64 NUMA machines */ 81/* sched_domains SD_NODE_INIT for IA64 NUMA machines */
83#define SD_NODE_INIT (struct sched_domain) { \ 82#define SD_NODE_INIT (struct sched_domain) { \
84 .span = CPU_MASK_NONE, \
85 .parent = NULL, \ 83 .parent = NULL, \
86 .child = NULL, \ 84 .child = NULL, \
87 .groups = NULL, \ 85 .groups = NULL, \