Changeset 48c1ef9 in mainline for arch/ppc64/include/byteorder.h
- Timestamp:
- 2006-05-21T20:38:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040542aa
- Parents:
- bd55bbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/include/byteorder.h
rbd55bbb r48c1ef9 54 54 __address v; 55 55 56 __asm__ volatile ("lwbrx %0, %1, %2\n" : "=r" (v) : "i" (0) , "r" (&n)); 57 56 asm volatile ( 57 "lwbrx %0, %1, %2\n" 58 : "=r" (v) 59 : "i" (0), "r" (&n) 60 ); 58 61 return v; 59 62 } 63 60 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.