summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/intr_machdep.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-08 19:17:49 +0000
committerbde <bde@FreeBSD.org>1999-01-08 19:17:49 +0000
commite53595f704322430791eaee9e3f65b0c80fc6c0e (patch)
tree9d92ec9b3a3e856f5448f3b7b6425b4c61ec9de5 /sys/i386/isa/intr_machdep.c
parent670683fcb99d8dc6fd235f8111c5c641e149a065 (diff)
downloadFreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.zip
FreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.tar.gz
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
unspammed them in the SMP case.
Diffstat (limited to 'sys/i386/isa/intr_machdep.c')
-rw-r--r--sys/i386/isa/intr_machdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c
index 08c2049..0254195 100644
--- a/sys/i386/isa/intr_machdep.c
+++ b/sys/i386/isa/intr_machdep.c
@@ -34,12 +34,15 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: intr_machdep.c,v 1.14 1998/09/06 22:41:41 tegge Exp $
+ * $Id: intr_machdep.c,v 1.15 1998/12/04 22:54:46 archie Exp $
*/
#include "opt_auto_eoi.h"
#include <sys/param.h>
+#ifndef SMP
+#include <machine/lock.h>
+#endif
#include <sys/systm.h>
#include <sys/syslog.h>
#include <machine/ipl.h>
OpenPOWER on IntegriCloud