summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2009-11-21 20:55:44 +0000
committermiod <miod@openbsd.org>2009-11-21 20:55:44 +0000
commitb833d7bd4f12768aa1197408bd768de09ec25ec5 (patch)
tree4d4e4adda96d15e73f1a137a51d8226c39f492ed
parentknf (diff)
downloadwireguard-openbsd-b833d7bd4f12768aa1197408bd768de09ec25ec5.tar.xz
wireguard-openbsd-b833d7bd4f12768aa1197408bd768de09ec25ec5.zip
Yet another stupid typo caught by martin@
-rw-r--r--sys/arch/sgi/sgi/ip30_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/ip30_machdep.c b/sys/arch/sgi/sgi/ip30_machdep.c
index d98b42b6cec..0b4d45f20e8 100644
--- a/sys/arch/sgi/sgi/ip30_machdep.c
+++ b/sys/arch/sgi/sgi/ip30_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip30_machdep.c,v 1.18 2009/11/21 19:39:19 miod Exp $ */
+/* $OpenBSD: ip30_machdep.c,v 1.19 2009/11/21 20:55:44 miod Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -126,7 +126,7 @@ ip30_setup()
if (end <= start)
continue;
- memrange_register(atop(start), atop(count),
+ memrange_register(atop(start), atop(end),
0, VM_FREELIST_DEFAULT);
}
}