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/sun4d_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/sun4d_irq.c')
-rw-r--r-- | arch/sparc/kernel/sun4d_irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sparc/kernel/sun4d_irq.c b/arch/sparc/kernel/sun4d_irq.c index abf52654a8bc..7796fa511f27 100644 --- a/arch/sparc/kernel/sun4d_irq.c +++ b/arch/sparc/kernel/sun4d_irq.c | |||
@@ -252,10 +252,6 @@ static void sun4d_clear_ipi(int cpu, int level) | |||
252 | { | 252 | { |
253 | } | 253 | } |
254 | 254 | ||
255 | static void sun4d_set_udt(int cpu) | ||
256 | { | ||
257 | } | ||
258 | |||
259 | /* Setup IRQ distribution scheme. */ | 255 | /* Setup IRQ distribution scheme. */ |
260 | void __init sun4d_distribute_irqs(void) | 256 | void __init sun4d_distribute_irqs(void) |
261 | { | 257 | { |
@@ -528,7 +524,6 @@ void __init sun4d_init_IRQ(void) | |||
528 | #ifdef CONFIG_SMP | 524 | #ifdef CONFIG_SMP |
529 | BTFIXUPSET_CALL(set_cpu_int, sun4d_set_cpu_int, BTFIXUPCALL_NORM); | 525 | BTFIXUPSET_CALL(set_cpu_int, sun4d_set_cpu_int, BTFIXUPCALL_NORM); |
530 | BTFIXUPSET_CALL(clear_cpu_int, sun4d_clear_ipi, BTFIXUPCALL_NOP); | 526 | BTFIXUPSET_CALL(clear_cpu_int, sun4d_clear_ipi, BTFIXUPCALL_NOP); |
531 | BTFIXUPSET_CALL(set_irq_udt, sun4d_set_udt, BTFIXUPCALL_NOP); | ||
532 | #endif | 527 | #endif |
533 | /* Cannot enable interrupts until OBP ticker is disabled. */ | 528 | /* Cannot enable interrupts until OBP ticker is disabled. */ |
534 | } | 529 | } |