Module Name: src
Committed By: maya
Date: Sat Jul 2 18:29:59 UTC 2016
Modified Files:
src/sys/arch/mips/mips: locore.S
Log Message:
Another mfc hazard
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/arch/mips/mips/locore.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.S
diff -u src/sys/arch/mips/mips/locore.S:1.198 src/sys/arch/mips/mips/locore.S:1.199
--- src/sys/arch/mips/mips/locore.S:1.198 Mon Jun 13 01:14:29 2016
+++ src/sys/arch/mips/mips/locore.S Sat Jul 2 18:29:59 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.198 2016/06/13 01:14:29 dholland Exp $ */
+/* $NetBSD: locore.S,v 1.199 2016/07/02 18:29:59 maya Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -85,6 +85,7 @@ _C_LABEL(kernel_text):
#if (defined(MIPS3_PLUS) && !defined(MIPS1)) || defined(emips)
/* keep firmware exception handler until we hook. */
mfc0 v0, MIPS_COP_0_STATUS
+ MFC0_HAZARD
#if defined(emips)
and v0, MIPS_SR_TS | MIPS3_SR_RE
#else