Module Name:    src
Committed By:   skrll
Date:           Thu Jul 21 12:17:07 UTC 2016

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

Log Message:
Fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/mips/mips/mipsX_subr.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.89 src/sys/arch/mips/mips/locore_mips1.S:1.90
--- src/sys/arch/mips/mips/locore_mips1.S:1.89	Mon Jul 11 19:01:55 2016
+++ src/sys/arch/mips/mips/locore_mips1.S	Thu Jul 21 12:17:07 2016
@@ -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 @@ NESTED_NOPROFILE(MIPSX(kern_intr), KERNF
 	 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

Index: src/sys/arch/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.73 src/sys/arch/mips/mips/mipsX_subr.S:1.74
--- src/sys/arch/mips/mips/mipsX_subr.S:1.73	Sun Jul 17 16:44:39 2016
+++ src/sys/arch/mips/mips/mipsX_subr.S	Thu Jul 21 12:17:07 2016
@@ -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 @@ NESTED_NOPROFILE(MIPSX(kern_intr), KERNF
 	 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

Reply via email to