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 Another mfc hazard
details: https://anonhg.NetBSD.org/src/rev/fe7a8674a73c
branches: trunk
changeset: 346234:fe7a8674a73c
user: maya <maya%NetBSD.org@localhost>
date: Sat Jul 02 18:29:59 2016 +0000
description:
Another mfc hazard
diffstat:
sys/arch/mips/mips/locore.S | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r eda2452b735e -r fe7a8674a73c sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S Sat Jul 02 16:04:47 2016 +0000
+++ b/sys/arch/mips/mips/locore.S Sat Jul 02 18:29:59 2016 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index