summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-02 01:45:11 +0000
committerpeter <peter@FreeBSD.org>2001-11-02 01:45:11 +0000
commit0880a68a98d5e8f3fccc19192a511f1a86df12f4 (patch)
tree82a690f8254fd70c141b378e5dbe5ccfd8f70a36
parent81577a9eef9caf93627f01d8ea65137149aa708c (diff)
downloadFreeBSD-src-0880a68a98d5e8f3fccc19192a511f1a86df12f4.zip
FreeBSD-src-0880a68a98d5e8f3fccc19192a511f1a86df12f4.tar.gz
argh! cut/paste typo. :-(
(committed on a different machine to what I was testing it on)
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 2faa954..6d29237 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -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 */
OpenPOWER on IntegriCloud