summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-01-31 11:23:18 +0000
committerkato <kato@FreeBSD.org>1997-01-31 11:23:18 +0000
commit9f56e26b51d63bd790fee633bad56e14c5187ddb (patch)
tree09c6abf65444b9fa27726c33716dfefeb7e90c58 /sys
parent0ebe30bff054897d67eade0ea798219f0b1e0234 (diff)
downloadFreeBSD-src-9f56e26b51d63bd790fee633bad56e14c5187ddb.zip
FreeBSD-src-9f56e26b51d63bd790fee633bad56e14c5187ddb.tar.gz
Synchronize with sys/i386/i386/locore.s revision 1.80.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/locore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/i386/locore.s b/sys/pc98/i386/locore.s
index 5c59014..3128542 100644
--- a/sys/pc98/i386/locore.s
+++ b/sys/pc98/i386/locore.s
@@ -969,7 +969,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