summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-28 11:43:57 +0000
committerbde <bde@FreeBSD.org>1997-10-28 11:43:57 +0000
commit561cc79f5093268af954eefbb941f99824e15be4 (patch)
tree1ce3e367848ae19f363ddefb9175eb769538fec7 /sys/i386/isa/npx.c
parentc2c827e04f2282df60ba15e573159b3c7c0968b1 (diff)
downloadFreeBSD-src-561cc79f5093268af954eefbb941f99824e15be4.zip
FreeBSD-src-561cc79f5093268af954eefbb941f99824e15be4.tar.gz
Don't include <machine/cputypes.h> or declare cputype/class interfaces
in <machine/cpu.h>. Moved the declarations to <machine/cputypes.h>. Fixed style bugs in the moved code. Fixed everything that depended on the nested include. Don't include <machine/cpu.h> (in the changed files) unless something in it is used directly.
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 8e2416d..1b2fd6f 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.51 1997/08/18 06:58:44 charnier Exp $
+ * $Id: npx.c,v 1.52 1997/08/21 06:32:58 charnier Exp $
*/
#include "npx.h"
@@ -53,12 +53,15 @@
#include <sys/signalvar.h>
#include <machine/asmacros.h>
-#include <machine/cpu.h>
+#include <machine/cputypes.h>
+#include <machine/frame.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
+#include <machine/psl.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
+#include <machine/segments.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa_device.h>
OpenPOWER on IntegriCloud