summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-04-30 11:58:56 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-04-30 11:58:56 +0000
commitd783aa7bc31b0ccb37c014a0897f190d92760bfe (patch)
tree2e1f326f0b3e2e54e9e01ed7349a6745ccd46f12
parentf848fa52b63aadedcae05e237ec9da74e7d44a6a (diff)
Notes
-rw-r--r--sys/amd64/amd64/locore.S10
-rw-r--r--sys/amd64/amd64/locore.s10
-rw-r--r--sys/i386/i386/locore.s10
3 files changed, 3 insertions, 27 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index fbbb9261a7ba..0c21925d46f9 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 fbbb9261a7ba..0c21925d46f9 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/i386/i386/locore.s b/sys/i386/i386/locore.s
index fbbb9261a7ba..0c21925d46f9 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/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