hopefully for good; I believe the kernel panics with large memory fast MP
systems have been fixed in mutex.c 1.13
-/* $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.
*/
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.