summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index c047f1e..98f068c 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2261,8 +2261,6 @@ ZAP_IRQ_HANDLER(t4_interrupt)
inirq = 1;
/* Make sure it's really for us */
status = t4_pci_in(wc, WC_INTR);
- t4_pci_out(wc, WC_INTR, 0);
-
/* Ignore if it's not for us */
if (!status)
#ifdef LINUX26
@@ -2271,6 +2269,8 @@ ZAP_IRQ_HANDLER(t4_interrupt)
return;
#endif
+ t4_pci_out(wc, WC_INTR, 0);
+
if (!wc->spansstarted) {
printk("Not prepped yet!\n");
#ifdef LINUX26