Changeset e7b7be3f in mainline for uspace/libc/arch/ppc64/include/atomic.h
- Timestamp:
- 2007-01-22T13:10:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f3fc9b
- Parents:
- 62c63fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/ppc64/include/atomic.h
r62c63fc re7b7be3f 40 40 long tmp; 41 41 42 asm __volatile__(42 asm volatile ( 43 43 "1:\n" 44 44 "lwarx %0, 0, %2\n" … … 55 55 long tmp; 56 56 57 asm __volatile__(57 asm volatile ( 58 58 "1:\n" 59 59 "lwarx %0, 0, %2\n"
Note:
See TracChangeset
for help on using the changeset viewer.