summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.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/amd64/amd64/trap.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/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index da31b92..d508788 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.95 1997/05/07 20:08:53 peter Exp $
+ * $Id: trap.c,v 1.96 1997/05/29 05:04:30 peter Exp $
*/
/*
@@ -71,6 +71,7 @@
#include <sys/user.h>
#include <machine/cpu.h>
+#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/psl.h>
#include <machine/reg.h>
OpenPOWER on IntegriCloud