From bc0f5398bd77293c65c848f10f698710abc2a0d7 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 21 Nov 2009 20:55:45 +0000 Subject: Yet another stupid typo caught by martin@ --- sys/arch/sgi/sgi/ip30_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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); } } -- cgit v1.2.3