summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-31 09:27:31 +0000
committerpeter <peter@FreeBSD.org>1997-05-31 09:27:31 +0000
commit1ef1946e2fbe8b2b20ddca9b8b7771b3a9435cd1 (patch)
treeb6d94f7e62252a5d90ec5ee0976c79f6435c8eae /sys/i386/isa/npx.c
parent80d8241040b0d3bd8abc4adf02e9c96aa8348b80 (diff)
downloadFreeBSD-src-1ef1946e2fbe8b2b20ddca9b8b7771b3a9435cd1.zip
FreeBSD-src-1ef1946e2fbe8b2b20ddca9b8b7771b3a9435cd1.tar.gz
Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add
<machine/ipl.h> to those files that were depending on getting SWI_* implicitly via <machine/cpufunc.h>
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index b433499..d364f4f 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
+ * $Id: npx.c,v 1.43 1997/05/07 19:58:13 peter Exp $
*/
#include "npx.h"
@@ -56,8 +56,9 @@
#include <machine/asmacros.h>
#include <machine/cpu.h>
-#include <machine/pcb.h>
+#include <machine/ipl.h>
#include <machine/md_var.h>
+#include <machine/pcb.h>
#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud