aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r--arch/ia64/kernel/irq_ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/irq_ia64.c b/arch/ia64/kernel/irq_ia64.c
index 5cb804f9a1ff..91797c111162 100644
--- a/arch/ia64/kernel/irq_ia64.c
+++ b/arch/ia64/kernel/irq_ia64.c
@@ -267,7 +267,7 @@ void __setup_vector_irq(int cpu)
267 } 267 }
268} 268}
269 269
270#if defined(CONFIG_IA64_GENERIC) 270#if defined(CONFIG_SMP) && (defined(CONFIG_IA64_GENERIC) || defined(CONFIG_IA64_DIG))
271static enum vector_domain_type { 271static enum vector_domain_type {
272 VECTOR_DOMAIN_NONE, 272 VECTOR_DOMAIN_NONE,
273 VECTOR_DOMAIN_PERCPU 273 VECTOR_DOMAIN_PERCPU