On Tue, Jun 16, 2015 at 05:35:52PM -0700, Andy Lutomirski wrote: > Now that the read_tsc paravirt hook is gone, rdtscll() is just a > wrapper around native_read_tsc(). Unwrap it. > > Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx> > --- > arch/x86/boot/compressed/aslr.c | 2 +- > arch/x86/include/asm/msr.h | 3 --- > arch/x86/include/asm/tsc.h | 5 +---- > arch/x86/kernel/apb_timer.c | 4 ++-- > arch/x86/kernel/apic/apic.c | 8 ++++---- > arch/x86/kernel/cpu/mcheck/mce.c | 4 ++-- > arch/x86/kernel/espfix_64.c | 2 +- > arch/x86/kernel/hpet.c | 4 ++-- > arch/x86/kernel/trace_clock.c | 2 +- > arch/x86/kernel/tsc.c | 4 ++-- > arch/x86/kvm/vmx.c | 2 +- > arch/x86/lib/delay.c | 2 +- > drivers/thermal/intel_powerclamp.c | 4 ++-- > tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c | 4 ++-- > 14 files changed, 22 insertions(+), 28 deletions(-) Acked-by: Borislav Petkov <bp@xxxxxxx> -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html