Changeset d99fac9 in mainline for kernel/arch/amd64/include/atomic.h
- Timestamp:
- 2012-07-27T19:54:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3ed06
- Parents:
- 0949b7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/atomic.h
r0949b7a rd99fac9 141 141 142 142 143 #define _atomic_cas_ptr_impl(pptr, exp_val, new_val, old_val, prefix) 143 #define _atomic_cas_ptr_impl(pptr, exp_val, new_val, old_val, prefix) \ 144 144 asm volatile ( \ 145 145 prefix " cmpxchgq %[newval], %[ptr]\n" \
Note:
See TracChangeset
for help on using the changeset viewer.