summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wct4xxp/base.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 6cbfbc5..804195e 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2843,9 +2843,6 @@ ZAP_IRQ_HANDLER(t4_interrupt_gen2)
inirq = 1;
/* Make sure it's really for us */
status = t4_pci_in(wc, WC_INTR);
-#if 1
- t4_pci_out(wc, WC_INTR, status & 0x00000008);
-#endif
/* Ignore if it's not for us */
if (!(status & 0x7)) {
@@ -2856,6 +2853,10 @@ ZAP_IRQ_HANDLER(t4_interrupt_gen2)
#endif
}
+#ifdef ENABLE_WORKQUEUES
+ t4_pci_out(wc, WC_INTR, status & 0x00000008);
+#endif
+
if (!wc->spansstarted) {
printk("Not prepped yet!\n");
#ifdef LINUX26