Module Name:    src
Committed By:   skrll
Date:           Thu Jun  8 05:46:57 UTC 2017

Modified Files:
        src/sys/arch/mips/mips: locore_mips1.S

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


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/mips/mips/locore_mips1.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_mips1.S
diff -u src/sys/arch/mips/mips/locore_mips1.S:1.92 src/sys/arch/mips/mips/locore_mips1.S:1.93
--- src/sys/arch/mips/mips/locore_mips1.S:1.92	Wed Jun  7 08:45:51 2017
+++ src/sys/arch/mips/mips/locore_mips1.S	Thu Jun  8 05:46:57 2017
@@ -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 @@ LEAF_NOPROFILE(MIPSX(kern_tlb_miss))
 	tlbwr					# write random TLB
 	j	k1
 	 rfe
+	.set	at
 END(MIPSX(kern_tlb_miss))
 
 #if 0

Reply via email to