Subject: CVS commit: src/common/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/09/2008 13:42:21
Module Name: src
Committed By: ad
Date: Sat Feb 9 13:42:21 UTC 2008
Modified Files:
src/common/lib/libc/arch/i386/atomic: atomic.S
src/common/lib/libc/arch/x86_64/atomic: atomic.S
Log Message:
membar_enter was doing the wrong thing. For x86 we can alias:
membar_enter -> membar_consumer
membar_exit -> membar_producer
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/common/lib/libc/arch/i386/atomic/atomic.S
cvs rdiff -r1.7 -r1.8 src/common/lib/libc/arch/x86_64/atomic/atomic.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.