From d8d22397ed0a4f00b6bb46852af1ba3ff7003258 Mon Sep 17 00:00:00 2001 From: nyan Date: Sat, 11 Oct 2003 09:24:58 +0000 Subject: [PATCH] MFi386: revision 1.576. --- sys/pc98/i386/machdep.c | 6 ------ sys/pc98/pc98/machdep.c | 6 ------ 2 files changed, 12 deletions(-) diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 8c2479c9b4b..a09f7d65f25 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -1580,12 +1580,6 @@ getmemsize(int first) pa < ISA_HOLE_START; pa += PAGE_SIZE) 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 8c2479c9b4b..a09f7d65f25 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -1580,12 +1580,6 @@ getmemsize(int first) pa < ISA_HOLE_START; pa += PAGE_SIZE) 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. -- 2.45.2