Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/ia32/src/atomic.S
28,7 → 28,7
 
.text
 
#ifdef __SMP__
#ifdef CONFIG_SMP
 
.global spinlock_arch
 
42,7 → 42,7
movl 12(%esp),%ebx
 
0:
#ifdef __HT__
#ifdef CONFIG_HT
pause # Pentium 4's with HT love this instruction
#endif
movl (%ebx),%eax