summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-02 20:06:59 +0000
committerbde <bde@FreeBSD.org>1997-09-02 20:06:59 +0000
commit6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850 (patch)
tree1ff3e4a9c7efcfa8a9360317bc9b4515c19b5a34 /sys/amd64
parentcdf6bbae178ebf6adb3929a379e8cbee571cef4f (diff)
downloadFreeBSD-src-6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850.zip
FreeBSD-src-6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c4
-rw-r--r--sys/amd64/amd64/support.S3
-rw-r--r--sys/amd64/amd64/support.s3
-rw-r--r--sys/amd64/amd64/vm_machdep.c3
4 files changed, 4 insertions, 9 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 1c4489c..ef25175 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.259 1997/08/31 23:08:27 bde Exp $
+ * $Id: machdep.c,v 1.260 1997/09/01 01:54:50 bde Exp $
*/
#include "apm.h"
@@ -100,13 +100,11 @@
#endif
#include <machine/cpu.h>
#include <machine/reg.h>
-#include <machine/psl.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
#include <machine/cons.h>
#include <machine/bootinfo.h>
#include <machine/md_var.h>
-#include <machine/pcb_ext.h>
#ifdef SMP
#include <machine/smp.h>
#endif
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 811e068..2ae3e20 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -30,11 +30,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.55 1997/07/17 04:33:40 dyson Exp $
+ * $Id: support.s,v 1.56 1997/08/09 00:02:44 dyson Exp $
*/
#include "npx.h"
-#include "opt_cpu.h"
#include <machine/asmacros.h>
#include <machine/cputypes.h>
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 811e068..2ae3e20 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -30,11 +30,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.55 1997/07/17 04:33:40 dyson Exp $
+ * $Id: support.s,v 1.56 1997/08/09 00:02:44 dyson Exp $
*/
#include "npx.h"
-#include "opt_cpu.h"
#include <machine/asmacros.h>
#include <machine/cputypes.h>
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index 0d2c672..7c93b00 100644
--- a/sys/amd64/amd64/vm_machdep.c
+++ b/sys/amd64/amd64/vm_machdep.c
@@ -38,7 +38,7 @@
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
- * $Id: vm_machdep.c,v 1.85 1997/08/09 00:02:56 dyson Exp $
+ * $Id: vm_machdep.c,v 1.86 1997/08/26 18:10:34 peter Exp $
*/
#include "npx.h"
@@ -55,7 +55,6 @@
#include <machine/clock.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
-#include <machine/pcb_ext.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
OpenPOWER on IntegriCloud