Module Name: src
Committed By: he
Date: Sat Oct 24 13:28:16 UTC 2009
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Fix the previous by terminating the comment.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.32 src/sys/arch/mips/mips/mipsX_subr.S:1.33
--- src/sys/arch/mips/mips/mipsX_subr.S:1.32 Wed Oct 21 21:12:01 2009
+++ src/sys/arch/mips/mips/mipsX_subr.S Sat Oct 24 13:28:16 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.32 2009/10/21 21:12:01 rmind Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.33 2009/10/24 13:28:16 he Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -2105,7 +2105,7 @@
nop
resume:
-#endif /* !ENABLE_MIPS_16KB_PAGE
+#endif /* !ENABLE_MIPS_16KB_PAGE */
j ra
nop
END(MIPSX(cpu_switch_resume))