Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Correct inverted logic in comment.



details:   https://anonhg.NetBSD.org/src/rev/cb239db49e5c
branches:  trunk
changeset: 542189:cb239db49e5c
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Jan 23 15:59:38 2003 +0000

description:
Correct inverted logic in comment.

diffstat:

 sys/arch/powerpc/include/rnd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d6b3679aed6a -r cb239db49e5c sys/arch/powerpc/include/rnd.h
--- a/sys/arch/powerpc/include/rnd.h    Thu Jan 23 15:07:54 2003 +0000
+++ b/sys/arch/powerpc/include/rnd.h    Thu Jan 23 15:59:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rnd.h,v 1.2 2002/03/26 21:50:39 kleink Exp $   */
+/*     $NetBSD: rnd.h,v 1.3 2003/01/23 15:59:38 kleink Exp $   */
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -48,7 +48,7 @@
            "mfpvr      %0              \n"
            "srwi       %0,%0,16        \n"
            "cmpwi      %0,%3           \n"
-           "bne        1f              \n"     /* branch if 601 */
+           "bne        1f              \n"     /* branch if not 601 */
            "lis        %0,0x77         \n"
            "ori        %0,%0,0x3594    \n"     /* 7.8125e6 */
            "mfspr      %2,%4           \n"



Home | Main Index | Thread Index | Old Index