argh! cut/paste typo. :-(
(committed on a different machine to what I was testing it on)
This commit is contained in:
parent
81577a9eef
commit
0880a68a98
@ -750,7 +750,7 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
|
||||
/* Remove the last segment if it now has no pages. */
|
||||
if (phys_avail[i] == phys_avail[i+1]) {
|
||||
phys_avail[i] = 0;
|
||||
phys_avail[i+] = 0;
|
||||
phys_avail[i+1] = 0;
|
||||
}
|
||||
|
||||
/* warn if the message buffer had to be shrunk */
|
||||
|
Loading…
Reference in New Issue
Block a user