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 Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/d9777d188b20
branches: trunk
changeset: 346604:d9777d188b20
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 21 12:17:07 2016 +0000
description:
Fix typo in comment
diffstat:
sys/arch/mips/mips/locore_mips1.S | 4 ++--
sys/arch/mips/mips/mipsX_subr.S | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r e94a00c750da -r d9777d188b20 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Thu Jul 21 09:10:55 2016 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Thu Jul 21 12:17:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips1.S,v 1.89 2016/07/11 19:01:55 skrll Exp $ */
+/* $NetBSD: locore_mips1.S,v 1.90 2016/07/21 12:17:07 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -553,7 +553,7 @@
PTR_L a0, TF_BASE+TF_REG_EPC(sp)
#endif /* __HAVE_PREEMPTION */
4:
-#endif /* __HAVE_FAST_SOFTINT */
+#endif /* __HAVE_FAST_SOFTINTS */
/*
* Interrupts handled, restore registers and return from the interrupt.
* First, clear interrupt enable
diff -r e94a00c750da -r d9777d188b20 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S Thu Jul 21 09:10:55 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S Thu Jul 21 12:17:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.73 2016/07/17 16:44:39 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.74 2016/07/21 12:17:07 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -1227,7 +1227,7 @@
li a0, -2
#endif /* __HAVE_PREEMPTION */
4:
-#endif /* __HAVE_FAST_SOFTINT */
+#endif /* __HAVE_FAST_SOFTINTS */
/*
* Interrupts handled, restore registers and return from the interrupt.
* First, clear interrupt enable
Home |
Main Index |
Thread Index |
Old Index