summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/i386/machdep.c6
-rw-r--r--sys/pc98/pc98/machdep.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 8c2479c..a09f7d6 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -1581,12 +1581,6 @@ getmemsize(int first)
pmap_kenter(KERNBASE + pa, pa);
/*
- * Map the page at address zero for the bios code to use.
- * Note that page zero is not in the general page pool.
- */
- pmap_kenter(KERNBASE, 0);
-
- /*
* if basemem != 640, map pages r/w into vm86 page table so
* that the bios can scribble on it.
*/
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 8c2479c..a09f7d6 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -1581,12 +1581,6 @@ getmemsize(int first)
pmap_kenter(KERNBASE + pa, pa);
/*
- * Map the page at address zero for the bios code to use.
- * Note that page zero is not in the general page pool.
- */
- pmap_kenter(KERNBASE, 0);
-
- /*
* if basemem != 640, map pages r/w into vm86 page table so
* that the bios can scribble on it.
*/
OpenPOWER on IntegriCloud