argh! cut/paste typo. :-(

(committed on a different machine to what I was testing it on)
This commit is contained in:
peter 2001-11-02 01:45:11 +00:00
parent 81577a9eef
commit 0880a68a98

View File

@ -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 */