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 the previous by terminating the comment.



details:   https://anonhg.NetBSD.org/src/rev/8bd8b6a115ba
branches:  trunk
changeset: 748457:8bd8b6a115ba
user:      he <he%NetBSD.org@localhost>
date:      Sat Oct 24 13:28:16 2009 +0000

description:
Fix the previous by terminating the comment.

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 208775743a00 -r 8bd8b6a115ba sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Sat Oct 24 12:57:17 2009 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Sat Oct 24 13:28:16 2009 +0000
@@ -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))



Home | Main Index | Thread Index | Old Index