Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc correct some comments on #endif to ...



details:   https://anonhg.NetBSD.org/src/rev/c692f138b183
branches:  trunk
changeset: 781703:c692f138b183
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 23 06:05:32 2012 +0000

description:
correct some comments on #endif to match their #if.

diffstat:

 sys/arch/powerpc/powerpc/lock_stubs.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r b7bd66e152b8 -r c692f138b183 sys/arch/powerpc/powerpc/lock_stubs.S
--- a/sys/arch/powerpc/powerpc/lock_stubs.S     Sun Sep 23 01:15:17 2012 +0000
+++ b/sys/arch/powerpc/powerpc/lock_stubs.S     Sun Sep 23 06:05:32 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.S,v 1.8 2011/06/05 16:52:26 matt Exp $      */
+/*     $NetBSD: lock_stubs.S,v 1.9 2012/09/23 06:05:32 mrg Exp $       */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
 2:
        b       _C_LABEL(mutex_vector_exit)
 
-#endif /* __HAVE_MUTEX_STUBS */
+#endif /* !LOCKDEBUG */
 
 /*
  * void rw_enter(krwlock_t *krw, krw_t op);
@@ -190,4 +190,4 @@
 
 #endif /* __HAVE_RW_STUBS */
 
-#endif /* !LOCKDEBUG */
+#endif /* __HAVE_MUTEX_STUBS */



Home | Main Index | Thread Index | Old Index