zero the end of the memory cluster we're disposing of. Otherwise teh

vm page startup code finds a 20GB cluster on this wacky alphaserver I'm
working on..

MFC After: 7 days
This commit is contained in:
Andrew Gallatin 2003-02-16 19:25:04 +00:00
parent 029f0b69a4
commit 71a45f46e7

View File

@ -826,6 +826,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
size_t nsz;
if (physmem - sz > Maxmem) {
phys_avail[i] = 0;
phys_avail[i+1] = 0;
phys_avail_cnt -= 2;
physmem -= sz;
} else {