diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-01 08:29:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-01 08:29:12 +0000 |
| commit | 960a77128664ce72fbc1b2dcf7428539fc8ce171 (patch) | |
| tree | 594311dc27c7eabb847fda74c0c1ef0140a0f2e8 /sys/dev/ct | |
| parent | 874e1091aabe4cb4a47fe722fba03c78135b9577 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ct')
| -rw-r--r-- | sys/dev/ct/ct_machdep.h | 2 |
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) |
