Changeset e7b7be3f in mainline for boot/arch/sparc64/loader/ofwarch.c


Ignore:
Timestamp:
2007-01-22T13:10:08Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f3fc9b
Parents:
62c63fc
Message:

asm volatile → asm volatile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/ofwarch.c

    r62c63fc re7b7be3f  
    7070        uint64_t current_mid;
    7171       
    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));
    7373        current_mid >>= UPA_CONFIG_MID_SHIFT;
    7474        current_mid &= UPA_CONFIG_MID_MASK;
Note: See TracChangeset for help on using the changeset viewer.