summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-08 09:37:51 +0000
committerbde <bde@FreeBSD.org>1996-06-08 09:37:51 +0000
commitff26b11d11d393fc0363aee1059370938fde1bbb (patch)
tree568fb321d21a442b2e70be3dcbd131d9e3351fd9 /sys/amd64
parent9c80bb05f751163c1e5ab78e8be5f6fbec06d56c (diff)
downloadFreeBSD-src-ff26b11d11d393fc0363aee1059370938fde1bbb.zip
FreeBSD-src-ff26b11d11d393fc0363aee1059370938fde1bbb.tar.gz
Removed recently introduced unnecessary #includes of <machine/cpu.h>
(bootverbose isn't there in -current) and nearby unnecessary #includes.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index ab85222..b91fd8b 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.53 1996/05/02 14:19:39 phk Exp $
+ * $Id: autoconf.c,v 1.54 1996/06/02 18:58:39 joerg Exp $
*/
/*
@@ -48,7 +48,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/dmap.h>
#include <sys/reboot.h>
@@ -57,7 +56,6 @@
#include <sys/sysctl.h>
#include <machine/cons.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#include <i386/isa/icu.h> /* For interrupts */
OpenPOWER on IntegriCloud