From d2b5d45e1ad2f5897e1134b8c1db8f05ae4a722f Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 1 Jun 2002 08:29:12 +0000 Subject: Quick, low impact band-aide to unbreak the build. Added && 0 so we ifdef out what appears to be a bogus call to softintr using data elements that aren't in the softc. Forgotten by: imp --- sys/dev/ct/ct_machdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ct') diff --git a/sys/dev/ct/ct_machdep.h b/sys/dev/ct/ct_machdep.h index dd3cc7a..18a9ec8 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) -- cgit v1.1