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/sparc64/atomic/membar_ops.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/sparc64/atomic/membar_ops.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.4.2 retrieving revision 1.2.4.3 diff -u -p -r1.2.4.2 -r1.2.4.3 --- src/common/lib/libc/arch/sparc64/atomic/membar_ops.S 2008/01/09 01:21:14 1.2.4.2 +++ src/common/lib/libc/arch/sparc64/atomic/membar_ops.S 2008/03/23 00:12:43 1.2.4.3 @@ -1,4 +1,4 @@ -/* $NetBSD: membar_ops.S,v 1.2.4.2 2008/01/09 01:21:14 matt Exp $ */ +/* membar_ops.S,v 1.2.4.2 2008/01/09 01:21:14 matt Exp */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -47,8 +47,9 @@ ENTRY_NOPROFILE(_membar_producer) nop ENTRY_NOPROFILE(_membar_consumer) + membar #LoadLoad retl - membar #LoadLoad + nop ATOMIC_OP_ALIAS(membar_producer,_membar_producer) ATOMIC_OP_ALIAS(membar_consumer,_membar_consumer)