From d8d22397ed0a4f00b6bb46852af1ba3ff7003258 Mon Sep 17 00:00:00 2001 From: nyan Date: Sat, 11 Oct 2003 09:24:58 +0000 Subject: MFi386: revision 1.576. --- sys/pc98/i386/machdep.c | 6 ------ sys/pc98/pc98/machdep.c | 6 ------ 2 files changed, 12 deletions(-) (limited to 'sys/pc98') 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. */ -- cgit v1.1