-
- Downloads
[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSC
RDTSC serialization using cpuid is not needed for Intel platforms. This increases gettimeofday performance. Cc: vojtech@suse.cz Cc: rohit.seth@intel.com Signed-off-by:Andi Kleen <ak@suse.de> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/x86_64/kernel/setup.c 1 addition, 0 deletionsarch/x86_64/kernel/setup.c
- arch/x86_64/kernel/time.c 7 additions, 19 deletionsarch/x86_64/kernel/time.c
- arch/x86_64/kernel/vsyscall.c 1 addition, 2 deletionsarch/x86_64/kernel/vsyscall.c
- include/asm-x86_64/cpufeature.h 1 addition, 0 deletionsinclude/asm-x86_64/cpufeature.h
- include/asm-x86_64/timex.h 16 additions, 0 deletionsinclude/asm-x86_64/timex.h
Loading
Please register or sign in to comment