projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8376e9
)
sparc32: Remove #if 0'd code from sun4c_irq.c
author
David S. Miller
<davem@davemloft.net>
Sun, 14 Sep 2008 05:07:40 +0000
(22:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 20 Sep 2008 04:17:57 +0000
(21:17 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/sun4c_irq.c
patch
|
blob
|
history
diff --git
a/arch/sparc/kernel/sun4c_irq.c
b/arch/sparc/kernel/sun4c_irq.c
index 722d2516f284afa4aa7454c23246e3eb7c9fef22..5602972f35700455b96bc84d4850fdb25057fc26 100644
(file)
--- a/
arch/sparc/kernel/sun4c_irq.c
+++ b/
arch/sparc/kernel/sun4c_irq.c
@@
-36,11
+36,6
@@
#include <asm/idprom.h>
#include <asm/machines.h>
-#if 0
-static struct resource sun4c_timer_eb = { "sun4c_timer" };
-static struct resource sun4c_intr_eb = { "sun4c_intr" };
-#endif
-
/*
* Bit field defines for the interrupt registers on various
* Sparc machines.
@@
-173,10
+168,6
@@
static void __init sun4c_init_timers(irq_handler_t counter_fn)
prom_halt();
}
-#if 0
- /* This does not work on 4/330 */
- sun4c_enable_irq(10);
-#endif
claim_ticker14(NULL, PROFILE_IRQ, 0);
}