summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1997-01-30 20:22:02 +0000
committerDavid Greenman <dg@FreeBSD.org>1997-01-30 20:22:02 +0000
commite4c46b5e82fc3558be978b49b00d798d964a2a3c (patch)
tree18bf28a49f6ac0097b37d7817d0c713f6b08645a
parent3def491346388fbe3b9b6f581a97041331bb6cb3 (diff)
Notes
-rw-r--r--sys/amd64/amd64/locore.S2
-rw-r--r--sys/amd64/amd64/locore.s2
-rw-r--r--sys/i386/i386/locore.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index 745127b320f4..8a7912b2df6f 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -795,7 +795,7 @@ map_read_write:
/* Map ISA hole */
movl $ISA_HOLE_START, %eax
movl $ISA_HOLE_LENGTH>>PAGE_SHIFT, %ecx
- fillkptphys($PG_RW|PG_N)
+ fillkptphys($PG_RW)
/* Map proc0s UPAGES in the special page table for this purpose ... */
movl R(p0upa), %eax
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index 745127b320f4..8a7912b2df6f 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -795,7 +795,7 @@ map_read_write:
/* Map ISA hole */
movl $ISA_HOLE_START, %eax
movl $ISA_HOLE_LENGTH>>PAGE_SHIFT, %ecx
- fillkptphys($PG_RW|PG_N)
+ fillkptphys($PG_RW)
/* Map proc0s UPAGES in the special page table for this purpose ... */
movl R(p0upa), %eax
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 745127b320f4..8a7912b2df6f 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -795,7 +795,7 @@ map_read_write:
/* Map ISA hole */
movl $ISA_HOLE_START, %eax
movl $ISA_HOLE_LENGTH>>PAGE_SHIFT, %ecx
- fillkptphys($PG_RW|PG_N)
+ fillkptphys($PG_RW)
/* Map proc0s UPAGES in the special page table for this purpose ... */
movl R(p0upa), %eax