summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1997-01-30 20:22:02 +0000
committerdg <dg@FreeBSD.org>1997-01-30 20:22:02 +0000
commitccdc729a2cc76e7bc9316274b4a72afe90bd52ac (patch)
tree18bf28a49f6ac0097b37d7817d0c713f6b08645a /sys
parentd613a1ec674f6bf67578600d64989f51b54c879e (diff)
downloadFreeBSD-src-ccdc729a2cc76e7bc9316274b4a72afe90bd52ac.zip
FreeBSD-src-ccdc729a2cc76e7bc9316274b4a72afe90bd52ac.tar.gz
Removed PG_N from here, too. Some machines don't like it and it's unnecessary.
Diffstat (limited to 'sys')
-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 745127b..8a7912b 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 745127b..8a7912b 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 745127b..8a7912b 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
OpenPOWER on IntegriCloud