aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
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 /sys/amd64
parent3def491346388fbe3b9b6f581a97041331bb6cb3 (diff)
downloadsrc-e4c46b5e82fc3558be978b49b00d798d964a2a3c.tar.gz
src-e4c46b5e82fc3558be978b49b00d798d964a2a3c.zip
Removed PG_N from here, too. Some machines don't like it and it's unnecessary.
Notes
Notes: svn path=/head/; revision=22130
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/locore.S2
-rw-r--r--sys/amd64/amd64/locore.s2
2 files changed, 2 insertions, 2 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