diff options
Diffstat (limited to 'arch/sparc/kernel/sun4d_irq.c')
-rw-r--r-- | arch/sparc/kernel/sun4d_irq.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/kernel/sun4d_irq.c b/arch/sparc/kernel/sun4d_irq.c index b2fdb3d78c19..e8e4f1411585 100644 --- a/arch/sparc/kernel/sun4d_irq.c +++ b/arch/sparc/kernel/sun4d_irq.c | |||
@@ -244,11 +244,6 @@ struct irq_chip sun4d_irq = { | |||
244 | }; | 244 | }; |
245 | 245 | ||
246 | #ifdef CONFIG_SMP | 246 | #ifdef CONFIG_SMP |
247 | static void sun4d_set_cpu_int(int cpu, int level) | ||
248 | { | ||
249 | sun4d_send_ipi(cpu, level); | ||
250 | } | ||
251 | |||
252 | /* Setup IRQ distribution scheme. */ | 247 | /* Setup IRQ distribution scheme. */ |
253 | void __init sun4d_distribute_irqs(void) | 248 | void __init sun4d_distribute_irqs(void) |
254 | { | 249 | { |
@@ -518,8 +513,5 @@ void __init sun4d_init_IRQ(void) | |||
518 | sparc_config.build_device_irq = sun4d_build_device_irq; | 513 | sparc_config.build_device_irq = sun4d_build_device_irq; |
519 | sparc_config.clock_rate = SBUS_CLOCK_RATE; | 514 | sparc_config.clock_rate = SBUS_CLOCK_RATE; |
520 | 515 | ||
521 | #ifdef CONFIG_SMP | ||
522 | BTFIXUPSET_CALL(set_cpu_int, sun4d_set_cpu_int, BTFIXUPCALL_NORM); | ||
523 | #endif | ||
524 | /* Cannot enable interrupts until OBP ticker is disabled. */ | 516 | /* Cannot enable interrupts until OBP ticker is disabled. */ |
525 | } | 517 | } |