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:
parent
029f0b69a4
commit
71a45f46e7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user