Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips .set mips3 for __mips_o32



details:   https://anonhg.NetBSD.org/src/rev/67886794541a
branches:  trunk
changeset: 338907:67886794541a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Jun 16 18:12:18 2015 +0000

description:
.set mips3 for __mips_o32
now o32 kernels boot again on my O2

diffstat:

 sys/arch/mips/mips/locore_mips3.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2a2aa1db3e7 -r 67886794541a sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Tue Jun 16 10:42:38 2015 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Tue Jun 16 18:12:18 2015 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index