MFi386: revision 1.576.

This commit is contained in:
Yoshihiro Takahashi 2003-10-11 09:24:58 +00:00
parent aa91d1cb48
commit ac134d1d1b
2 changed files with 0 additions and 12 deletions

View File

@ -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.

View File

@ -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.