summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-04-30 11:58:56 +0000
committerphk <phk@FreeBSD.org>1996-04-30 11:58:56 +0000
commitf7fbc2347dcece19b9a6f3c63246ad184e82a821 (patch)
tree2e1f326f0b3e2e54e9e01ed7349a6745ccd46f12 /sys/amd64
parenta89646d1aaca5508cc994e0b6de28e9d84879945 (diff)
downloadFreeBSD-src-f7fbc2347dcece19b9a6f3c63246ad184e82a821.zip
FreeBSD-src-f7fbc2347dcece19b9a6f3c63246ad184e82a821.tar.gz
Remove a spurious mapping that was introduced earlier.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/locore.S10
-rw-r--r--sys/amd64/amd64/locore.s10
2 files changed, 2 insertions, 18 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index fbbb926..0c21925 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.66 1996/04/26 22:26:45 bde Exp $
+ * $Id: locore.s,v 1.67 1996/04/28 07:14:05 phk Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -758,14 +758,6 @@ map_read_write:
orl $PG_V|PG_KW, %eax
fillkpt
-/* ... and the virtual way */
- movl R(p0upt), %eax
- movl $1, %ecx
- orl $PG_V|PG_KW, %eax
- movl R(_KPTphys), %ebx
- addl $(KSTKPTEOFF * PTESIZE), %ebx
- fillkpt
-
/* Map proc0s UPAGES the physical way */
movl R(upa), %eax
movl $UPAGES, %ecx
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index fbbb926..0c21925 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.66 1996/04/26 22:26:45 bde Exp $
+ * $Id: locore.s,v 1.67 1996/04/28 07:14:05 phk Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -758,14 +758,6 @@ map_read_write:
orl $PG_V|PG_KW, %eax
fillkpt
-/* ... and the virtual way */
- movl R(p0upt), %eax
- movl $1, %ecx
- orl $PG_V|PG_KW, %eax
- movl R(_KPTphys), %ebx
- addl $(KSTKPTEOFF * PTESIZE), %ebx
- fillkpt
-
/* Map proc0s UPAGES the physical way */
movl R(upa), %eax
movl $UPAGES, %ecx
OpenPOWER on IntegriCloud