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:
91531b0
)
alpha: Don't if-out dp264_device_interrupt.
author
Richard Henderson
<
[email protected]
>
Thu, 28 Apr 2011 16:22:39 +0000
(09:22 -0700)
committer
Matt Turner
<
[email protected]
>
Fri, 19 Jul 2013 20:54:26 +0000
(13:54 -0700)
The code as written is correct, and will be used by QEMU emulation.
Signed-off-by: Matt Turner <
[email protected]
>
Signed-off-by: Richard Henderson <
[email protected]
>
arch/alpha/kernel/sys_dp264.c
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/sys_dp264.c
b/arch/alpha/kernel/sys_dp264.c
index 5bf401f7ea97f5379067facc21762c9dfdd1732d..6c35159bc00eb47860516bda8868801a74bbe868 100644
(file)
--- a/
arch/alpha/kernel/sys_dp264.c
+++ b/
arch/alpha/kernel/sys_dp264.c
@@
-190,9
+190,6
@@
static struct irq_chip clipper_irq_type = {
static void
dp264_device_interrupt(unsigned long vector)
{
-#if 1
- printk("dp264_device_interrupt: NOT IMPLEMENTED YET!!\n");
-#else
unsigned long pld;
unsigned int i;
@@
-210,12
+207,7
@@
dp264_device_interrupt(unsigned long vector)
isa_device_interrupt(vector);
else
handle_irq(16 + i);
-#if 0
- TSUNAMI_cchip->dir0.csr = 1UL << i; mb();
- tmp = TSUNAMI_cchip->dir0.csr;
-#endif
}
-#endif
}
static void