Changeset e7b7be3f in mainline for boot/arch/sparc64/loader/ofwarch.c
- Timestamp:
- 2007-01-22T13:10:08Z (18 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
-
boot/arch/sparc64/loader/ofwarch.c
r62c63fc re7b7be3f 70 70 uint64_t current_mid; 71 71 72 __asm__volatile ("ldxa [%1] %2, %0\n" : "=r" (current_mid) : "r" (0), "i" (ASI_UPA_CONFIG));72 asm volatile ("ldxa [%1] %2, %0\n" : "=r" (current_mid) : "r" (0), "i" (ASI_UPA_CONFIG)); 73 73 current_mid >>= UPA_CONFIG_MID_SHIFT; 74 74 current_mid &= UPA_CONFIG_MID_MASK;
Note:
See TracChangeset
for help on using the changeset viewer.