]> git.baikalelectronics.ru Git - kernel.git/commit
x86: introduce rdtsc_barrier()
authorAndi Kleen <ak@suse.de>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
commit98ffe67db7125d4628f80eb0f0657b2bdf2235b7
tree48ad640f75034747187f98fa0040897639376fb6
parentdbcd4adc3777454cf90c29c82c47bf94f809964c
x86: introduce rdtsc_barrier()

rdtsc_barrier() is a new barrier primitive that stops RDTSC speculation
to avoid races with timer interrupts on other CPUs.

It expands either to LFENCE (for Intel CPUs) or MFENCE (for
AMD CPUs) which stops RDTSC on all currently known microarchitectures
that implement SSE. On CPUs without SSE there is generally no RDTSC
speculation.

[ mingo@elte.hu: renamed it to rdtsc_barrier() and made it x86-only ]

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/system.h