summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 2ce041b..614f50b 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -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 {
OpenPOWER on IntegriCloud