Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2128 → Rev 2129

/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;
uint64_t tmp2 = 0;
 
volatile uintptr_t x = (uint64_t) &val->count;