I read here something I would try but when i do "cat /proc/cpuinfo", there is no pause
flag for an intel cpu. Some other cpus have it.
So :
1) Does it really means that pause
is not activated on this cpu ? (core 2 duo 2006, sse2 flag is there)
2) I should use the "rep nop" alternative then ?
Thank you
cpuinfo
flags should include thepause
item? There is no such flag inarch/x86/kernel/cpu/capflags.c
– wRARpause
instruction. – Jester