Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932136AbbFQKD2 (ORCPT ); Wed, 17 Jun 2015 06:03:28 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34185 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753568AbbFQKDT (ORCPT ); Wed, 17 Jun 2015 06:03:19 -0400 Date: Wed, 17 Jun 2015 12:03:16 +0200 From: Borislav Petkov To: Andy Lutomirski Cc: x86@kernel.org, Peter Zijlstra , John Stultz , linux-kernel@vger.kernel.org, Len Brown , Huang Rui , Denys Vlasenko , kvm@vger.kernel.org, Ralf Baechle Subject: Re: [PATCH v3 04/18] x86/tsc: Replace rdtscll with native_read_tsc Message-ID: <20150617100316.GE26661@pd.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1565 Lines: 35 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 > --- > 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 -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/