Disable the code disabling memory beyond 1.5GB on Octane temporarily, but
authormiod <miod@openbsd.org>
Mon, 6 Jan 2014 21:41:15 +0000 (21:41 +0000)
committermiod <miod@openbsd.org>
Mon, 6 Jan 2014 21:41:15 +0000 (21:41 +0000)
hopefully for good; I believe the kernel panics with large memory fast MP
systems have been fixed in mutex.c 1.13

sys/arch/sgi/sgi/ip30_machdep.c

index e8ed425..501bbf7 100644 (file)
@@ -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.