aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-14 01:07:40 -0400
committerDavid S. Miller <davem@davemloft.net>2008-09-20 00:17:57 -0400
commita73554aedb8f69bd2024cbbf74980582bb91afb4 (patch)
tree76067b90efc6f164efb9ec3803165e37ff7f02e2 /arch/sparc
parentf8376e933c4e80663f6f66a5b5dd90390a0feba2 (diff)
sparc32: Remove #if 0'd code from sun4c_irq.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/kernel/sun4c_irq.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sparc/kernel/sun4c_irq.c b/arch/sparc/kernel/sun4c_irq.c
index 722d2516f284..5602972f3570 100644
--- a/arch/sparc/kernel/sun4c_irq.c
+++ b/arch/sparc/kernel/sun4c_irq.c
@@ -36,11 +36,6 @@
36#include <asm/idprom.h> 36#include <asm/idprom.h>
37#include <asm/machines.h> 37#include <asm/machines.h>
38 38
39#if 0
40static struct resource sun4c_timer_eb = { "sun4c_timer" };
41static struct resource sun4c_intr_eb = { "sun4c_intr" };
42#endif
43
44/* 39/*
45 * Bit field defines for the interrupt registers on various 40 * Bit field defines for the interrupt registers on various
46 * Sparc machines. 41 * Sparc machines.
@@ -173,10 +168,6 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
173 prom_halt(); 168 prom_halt();
174 } 169 }
175 170
176#if 0
177 /* This does not work on 4/330 */
178 sun4c_enable_irq(10);
179#endif
180 claim_ticker14(NULL, PROFILE_IRQ, 0); 171 claim_ticker14(NULL, PROFILE_IRQ, 0);
181} 172}
182 173