--- sys/arch/mips/mips/locore.S.orig	2005-01-18 22:40:16.000000000 +0900
+++ sys/arch/mips/mips/locore.S	2005-01-18 22:41:56.000000000 +0900
@@ -106,14 +106,14 @@
 	li	t0, 0				# Disable interrupts and
 	mtc0	t0, MIPS_COP_0_STATUS		# the fp coprocessor
 	COP0_SYNC
-#ifdef HPCMIPS_L1CACHE_DISABLE
+/*#ifdef HPCMIPS_L1CACHE_DISABLE*/	/* workaround for Sigmarion II */
 	mfc0	t0, MIPS_COP_0_CONFIG
 	li	t1, 0xfffffff8
 	and	t0, t0, t1
 	or	t0, 0x00000002			# XXX, KSEG0 is uncached
 	mtc0	t0, MIPS_COP_0_CONFIG
 	COP0_SYNC
-#endif /* HPCMIPS_L1CACHE_DISABLE */
+/*#endif*/ /* HPCMIPS_L1CACHE_DISABLE */
 #else
 	mfc0	t0, MIPS_COP_0_STATUS
 	or	t0, MIPS_SR_COP_1_BIT		# Disable interrupts, and
