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 Add a missing ".set at" to make previous ...



details:   https://anonhg.NetBSD.org/src/rev/ee09cc3b3427
branches:  trunk
changeset: 824525:ee09cc3b3427
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 08 05:46:57 2017 +0000

description:
Add a missing ".set at" to make previous build

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6d0ab0038e15 -r ee09cc3b3427 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Thu Jun 08 04:00:01 2017 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Thu Jun 08 05:46:57 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips1.S,v 1.92 2017/06/07 08:45:51 skrll Exp $  */
+/*     $NetBSD: locore_mips1.S,v 1.93 2017/06/08 05:46:57 skrll Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: locore_mips1.S,v 1.92 2017/06/07 08:45:51 skrll Exp $")
+RCSID("$NetBSD: locore_mips1.S,v 1.93 2017/06/08 05:46:57 skrll Exp $")
 
 #include "assym.h"
 
@@ -1035,6 +1035,7 @@
        tlbwr                                   # write random TLB
        j       k1
         rfe
+       .set    at
 END(MIPSX(kern_tlb_miss))
 
 #if 0



Home | Main Index | Thread Index | Old Index