diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-21 20:55:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-21 20:55:45 +0000 |
commit | bc0f5398bd77293c65c848f10f698710abc2a0d7 (patch) | |
tree | 5d072b870d0b3962ac558903ecef1ecf9b056a54 | |
parent | ca22b3651fe6d0ce00152d672651a20d7512c252 (diff) |
Yet another stupid typo caught by martin@
-rw-r--r-- | sys/arch/sgi/sgi/ip30_machdep.c | 4 |
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); } } |