diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-13 09:29:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-13 15:51:56 -0400 |
commit | 41eb17ce9888d759bf327cf0a4e1ea618016be64 (patch) | |
tree | 3a3930b97f89934aa5e1c87925fccf9fa1e0ba08 /arch/sparc/kernel/sun4m_irq.c | |
parent | fb6f66f4056232d973ad7c111caad1aca151c363 (diff) |
sparc32: drop unused set_irq_udt
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/sun4m_irq.c')
-rw-r--r-- | arch/sparc/kernel/sun4m_irq.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/kernel/sun4m_irq.c b/arch/sparc/kernel/sun4m_irq.c index 87908a5b1223..fd8754dcce29 100644 --- a/arch/sparc/kernel/sun4m_irq.c +++ b/arch/sparc/kernel/sun4m_irq.c | |||
@@ -292,11 +292,6 @@ static void sun4m_clear_ipi(int cpu, int level) | |||
292 | { | 292 | { |
293 | sbus_writel(SUN4M_SOFT_INT(level), &sun4m_irq_percpu[cpu]->clear); | 293 | sbus_writel(SUN4M_SOFT_INT(level), &sun4m_irq_percpu[cpu]->clear); |
294 | } | 294 | } |
295 | |||
296 | static void sun4m_set_udt(int cpu) | ||
297 | { | ||
298 | sbus_writel(cpu, &sun4m_irq_global->interrupt_target); | ||
299 | } | ||
300 | #endif | 295 | #endif |
301 | 296 | ||
302 | struct sun4m_timer_percpu { | 297 | struct sun4m_timer_percpu { |
@@ -492,7 +487,6 @@ void __init sun4m_init_IRQ(void) | |||
492 | #ifdef CONFIG_SMP | 487 | #ifdef CONFIG_SMP |
493 | BTFIXUPSET_CALL(set_cpu_int, sun4m_send_ipi, BTFIXUPCALL_NORM); | 488 | BTFIXUPSET_CALL(set_cpu_int, sun4m_send_ipi, BTFIXUPCALL_NORM); |
494 | BTFIXUPSET_CALL(clear_cpu_int, sun4m_clear_ipi, BTFIXUPCALL_NORM); | 489 | BTFIXUPSET_CALL(clear_cpu_int, sun4m_clear_ipi, BTFIXUPCALL_NORM); |
495 | BTFIXUPSET_CALL(set_irq_udt, sun4m_set_udt, BTFIXUPCALL_NORM); | ||
496 | #endif | 490 | #endif |
497 | 491 | ||
498 | /* Cannot enable interrupts until OBP ticker is disabled. */ | 492 | /* Cannot enable interrupts until OBP ticker is disabled. */ |