From: miod Date: Mon, 6 Jan 2014 21:41:15 +0000 (+0000) Subject: Disable the code disabling memory beyond 1.5GB on Octane temporarily, but X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dbc491920f9f11ca9714d902342c488b0a50451c;p=openbsd Disable the code disabling memory beyond 1.5GB on Octane temporarily, but hopefully for good; I believe the kernel panics with large memory fast MP systems have been fixed in mutex.c 1.13 --- diff --git a/sys/arch/sgi/sgi/ip30_machdep.c b/sys/arch/sgi/sgi/ip30_machdep.c index e8ed425192f..501bbf7f3d8 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.57 2012/10/03 11:18:23 miod Exp $ */ +/* $OpenBSD: ip30_machdep.c,v 1.58 2014/01/06 21:41:15 miod Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. @@ -134,7 +134,7 @@ ip30_setup() */ if (start < IP30_MEMORY_BASE + IP30_MEMORY_ARCBIOS_LIMIT) start = IP30_MEMORY_BASE + IP30_MEMORY_ARCBIOS_LIMIT; -#if 1 +#if 0 /* * XXX Temporarily restrict memory to 1.5GB, until the bug * XXX causing low memory corruption is found.