Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2129 → Rev 2128

/trunk/kernel/arch/sparc64/include/atomic.h
105,7 → 105,7
static inline void atomic_lock_arch(atomic_t *val)
{
uint64_t tmp1 = 1;
uint64_t tmp2 = 0;
uint64_t tmp2;
 
volatile uintptr_t x = (uint64_t) &val->count;