summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-07-28 19:34:16 +0000
committermsmith <msmith@FreeBSD.org>1999-07-28 19:34:16 +0000
commit05d0b40988581febb78a6d5a645c9f9415a29ba4 (patch)
treeb101beb3bb62fbd45cf38ef6843832c8e2dec3a9 /sys/amd64
parente59fc97cc83c299bc2221c4c291fdcfac8f4ccc0 (diff)
downloadFreeBSD-src-05d0b40988581febb78a6d5a645c9f9415a29ba4.zip
FreeBSD-src-05d0b40988581febb78a6d5a645c9f9415a29ba4.tar.gz
Remove some droppings left over from the removal of the APM hooks.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/locore.S6
-rw-r--r--sys/amd64/amd64/locore.s6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index fbede9b..95b5561 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.123 1999/06/01 18:19:39 jlemon Exp $
+ * $Id: locore.s,v 1.124 1999/06/18 14:32:13 bde Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -43,7 +43,6 @@
* and many others.
*/
-#include "apm.h"
#include "opt_bootp.h"
#include "opt_ddb.h"
#include "opt_nfsroot.h"
@@ -307,9 +306,6 @@ NON_GPROF_ENTRY(btext)
rep
stosb
-#if NAPM > 0
-#endif
-
call create_pagetables
/*
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index fbede9b..95b5561 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.123 1999/06/01 18:19:39 jlemon Exp $
+ * $Id: locore.s,v 1.124 1999/06/18 14:32:13 bde Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -43,7 +43,6 @@
* and many others.
*/
-#include "apm.h"
#include "opt_bootp.h"
#include "opt_ddb.h"
#include "opt_nfsroot.h"
@@ -307,9 +306,6 @@ NON_GPROF_ENTRY(btext)
rep
stosb
-#if NAPM > 0
-#endif
-
call create_pagetables
/*
OpenPOWER on IntegriCloud