Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1120 → Rev 1121

/kernel/trunk/arch/amd64/include/atomic.h
101,7 → 101,7
__asm__ volatile (
"0:;"
#ifdef CONFIG_HT
"pause;" /* Pentium 4's HT love this instruction */
"pause;"
#endif
"mov %0, %1;"
"testq %1, %1;"