diff options
author | nyan <nyan@FreeBSD.org> | 2003-10-11 09:24:58 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-10-11 09:24:58 +0000 |
commit | d8d22397ed0a4f00b6bb46852af1ba3ff7003258 (patch) | |
tree | 4ddf0fe799ba9e4d5177ca927214eda37d847ef5 /sys/pc98 | |
parent | 471fcd605e57b83cdf798fb1bc6a6f797d31b784 (diff) | |
download | FreeBSD-src-d8d22397ed0a4f00b6bb46852af1ba3ff7003258.zip FreeBSD-src-d8d22397ed0a4f00b6bb46852af1ba3ff7003258.tar.gz |
MFi386: revision 1.576.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/i386/machdep.c | 6 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 6 |
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. */ |