Subject: CVS commit: src/common/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/28/2007 18:02:29
Module Name:	src
Committed By:	ad
Date:		Wed Nov 28 18:02:29 UTC 2007

Modified Files:
	src/common/lib/libc/arch/i386/atomic: atomic.S
	src/common/lib/libc/arch/x86_64/atomic: atomic.S

Log Message:
A lock prefix on xchg is meaningless.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/common/lib/libc/arch/i386/atomic/atomic.S
cvs rdiff -r1.2 -r1.3 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.