Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S 2008/04/28 20:22:52 1.5 +++ src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S 2008/05/25 15:56:12 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: atomic_cas.S,v 1.5 2008/04/28 20:22:52 martin Exp $ */ +/* $NetBSD: atomic_cas.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc. @@ -33,7 +33,7 @@ .text -ENTRY_NOPROFILE(_atomic_cas_32) +ENTRY(_atomic_cas_32) 1: lwarx %r10,0,%r3 cmpw %r10,%r4 bne- 2f