summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-05-31 23:39:04 +0000
committerimp <imp@FreeBSD.org>2002-05-31 23:39:04 +0000
commit5f569c908a7d63a3364c4e60c565498bceb4ff53 (patch)
tree7aacbf8aba90f26595db41f985dfe07fe2402d5b /sys/dev/nsp
parentb1848cc8d244b95193cdec9bd23e1bd837c4a03c (diff)
downloadFreeBSD-src-5f569c908a7d63a3364c4e60c565498bceb4ff53.zip
FreeBSD-src-5f569c908a7d63a3364c4e60c565498bceb4ff53.tar.gz
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.
Diffstat (limited to 'sys/dev/nsp')
-rw-r--r--sys/dev/nsp/nspvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h
index db8e4a8..5761408 100644
--- a/sys/dev/nsp/nspvar.h
+++ b/sys/dev/nsp/nspvar.h
@@ -105,7 +105,7 @@ void nspattachsubr(struct nsp_softc *);
int nspprint(void *, const char *);
int nspintr(void *);
-#if defined(__i386__)
+#if defined(__i386__) && 0
#define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq))
#else /* !__i386__ */
#define SOFT_INTR_REQUIRED(slp)
OpenPOWER on IntegriCloud