1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

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
This commit is contained in:
Ruslan Ermilov 2002-06-01 08:29:12 +00:00
parent 874e1091aa
commit 960a771286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97701

View File

@ -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)