summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-21 18:02:50 +0000
committerbde <bde@FreeBSD.org>1998-06-21 18:02:50 +0000
commit9e868cbb1a5b06375edb7e4a698644175f8f04f1 (patch)
treed4cd0504d249085714e297fa0efa72e2a62ccafe /sys/amd64
parentf48c45f907ec6fec7c1c7db2f3ec364d3d174d17 (diff)
downloadFreeBSD-src-9e868cbb1a5b06375edb7e4a698644175f8f04f1.zip
FreeBSD-src-9e868cbb1a5b06375edb7e4a698644175f8f04f1.tar.gz
Removed unused includes.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/fpu.c3
-rw-r--r--sys/amd64/amd64/locore.S3
-rw-r--r--sys/amd64/amd64/locore.s3
-rw-r--r--sys/amd64/isa/npx.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 0eb8707..869111f 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.59 1998/04/15 18:58:09 bde Exp $
+ * $Id: npx.c,v 1.60 1998/04/19 15:39:26 bde Exp $
*/
#include "npx.h"
@@ -46,7 +46,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
-#include <sys/conf.h>
#include <sys/proc.h>
#ifdef NPX_DEBUG
#include <sys/syslog.h>
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index a197c9a..91e2fa1 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.107 1998/04/06 15:42:26 peter Exp $
+ * $Id: locore.s,v 1.108 1998/06/03 01:59:42 msmith Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -45,7 +45,6 @@
#include "apm.h"
#include "opt_bootp.h"
-#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_nfs.h"
#include "opt_userconfig.h"
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index a197c9a..91e2fa1 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.107 1998/04/06 15:42:26 peter Exp $
+ * $Id: locore.s,v 1.108 1998/06/03 01:59:42 msmith Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -45,7 +45,6 @@
#include "apm.h"
#include "opt_bootp.h"
-#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_nfs.h"
#include "opt_userconfig.h"
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 0eb8707..869111f 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.59 1998/04/15 18:58:09 bde Exp $
+ * $Id: npx.c,v 1.60 1998/04/19 15:39:26 bde Exp $
*/
#include "npx.h"
@@ -46,7 +46,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
-#include <sys/conf.h>
#include <sys/proc.h>
#ifdef NPX_DEBUG
#include <sys/syslog.h>
OpenPOWER on IntegriCloud