Module Name: src
Committed By: macallan
Date: Tue Jun 16 18:12:18 UTC 2015
Modified Files:
src/sys/arch/mips/mips: locore_mips3.S
Log Message:
.set mips3 for __mips_o32
now o32 kernels boot again on my O2
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/mips/mips/locore_mips3.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/locore_mips3.S
diff -u src/sys/arch/mips/mips/locore_mips3.S:1.109 src/sys/arch/mips/mips/locore_mips3.S:1.110
--- src/sys/arch/mips/mips/locore_mips3.S:1.109 Thu Jun 11 07:30:10 2015
+++ src/sys/arch/mips/mips/locore_mips3.S Tue Jun 16 18:12:18 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips3.S,v 1.109 2015/06/11 07:30:10 matt Exp $ */
+/* $NetBSD: locore_mips3.S,v 1.110 2015/06/16 18:12:18 macallan Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -121,7 +121,7 @@
*============================================================================
*/
.set noreorder
-#if __mips < 3
+#if (__mips < 3) || __mips_o32
.set mips3
#endif