Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/sparc Add missing slash to /* notyet *



details:   https://anonhg.NetBSD.org/src/rev/7e869c44f698
branches:  trunk
changeset: 535391:7e869c44f698
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Aug 17 02:23:18 2002 +0000

description:
Add missing slash to /* notyet *

diffstat:

 sys/arch/sparc/sparc/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01299d28f9ee -r 7e869c44f698 sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Sat Aug 17 01:23:36 2002 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Sat Aug 17 02:23:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.161 2002/08/14 14:45:37 uwe Exp $ */
+/*     $NetBSD: locore.s,v 1.162 2002/08/17 02:23:18 uwe Exp $ */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -6019,7 +6019,7 @@
        jmp     %l7 + 8                 ! return to caller
         st     %l5, [%l4]              ! => dump.sfsr
 
-#if defined(MULTIPROCESSOR) && 0 /* notyet *
+#if defined(MULTIPROCESSOR) && 0 /* notyet */
 /*
  * Read Synchronous Fault Status registers.
  * On entry: %o0 == &sfsr, %o1 == &sfar



Home | Main Index | Thread Index | Old Index