Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751901AbbHaAe3 (ORCPT ); Sun, 30 Aug 2015 20:34:29 -0400 Received: from ozlabs.org ([103.22.144.67]:37648 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbbHaAe2 (ORCPT ); Sun, 30 Aug 2015 20:34:28 -0400 From: Rusty Russell To: Juergen Gross , linux-kernel@vger.kernel.org, jeremy@goop.org, chrisw@sous-sol.org, akataria@vmware.com, virtualization@lists.linux-foundation.org Cc: Subject: Re: [PATCH] x86/paravirt: remove unused operation In-Reply-To: <55E02501.5030105@suse.com> References: <1438862127-19674-1-git-send-email-jgross@suse.com> <55E02501.5030105@suse.com> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Mon, 31 Aug 2015 09:35:20 +0930 Message-ID: <87d1y4qq4f.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 34 Juergen Gross writes: > Ping? Acked-by: Rusty Russell Cheers, Rusty. > On 08/06/2015 01:55 PM, Juergen Gross wrote: >> Remove the paravirt operation "get_tsc_khz" as it is used nowhere. >> >> Signed-off-by: Juergen Gross >> --- >> arch/x86/include/asm/paravirt_types.h | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h >> index a6b8f9f..5a18a66 100644 >> --- a/arch/x86/include/asm/paravirt_types.h >> +++ b/arch/x86/include/asm/paravirt_types.h >> @@ -97,7 +97,6 @@ struct pv_lazy_ops { >> struct pv_time_ops { >> unsigned long long (*sched_clock)(void); >> unsigned long long (*steal_clock)(int cpu); >> - unsigned long (*get_tsc_khz)(void); >> }; >> >> struct pv_cpu_ops { >> -- 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/