aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ct
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ct')
-rw-r--r--sys/dev/ct/ct_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ct/ct_machdep.h b/sys/dev/ct/ct_machdep.h
index dd3cc7adb9b8..18a9ec86673c 100644
--- a/sys/dev/ct/ct_machdep.h
+++ b/sys/dev/ct/ct_machdep.h
@@ -208,7 +208,7 @@ ct_cmdp_write_1(chp, val)
CT_BUS_WEIGHT(chp)
}
-#if defined(__i386__)
+#if defined(__i386__) && 0
#define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
#else /* !__i386__ */
#define SOFT_INTR_REQUIRED(slp)