This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
libc/sysdeps/powerpc/bits atomic.h
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 26 Mar 2007 20:15:28 -0000
- Subject: libc/sysdeps/powerpc/bits atomic.h
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sourceware.org 2007-03-26 21:15:28
Modified files:
sysdeps/powerpc/bits: atomic.h
Log message:
[!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
[!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
(__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
(__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
(__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
(__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/bits/atomic.h.diff?cvsroot=glibc&r1=1.16&r2=1.17