From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751971AbbIJKqb (ORCPT ); Thu, 10 Sep 2015 06:46:31 -0400 Received: from mx2.suse.de ([195.135.220.15]:37209 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbbIJKq2 (ORCPT ); Thu, 10 Sep 2015 06:46:28 -0400 Subject: Re: [PATCH] x86/paravirt: remove unused operation To: Rusty Russell , linux-kernel@vger.kernel.org, jeremy@goop.org, chrisw@sous-sol.org, akataria@vmware.com, virtualization@lists.linux-foundation.org, x86@kernel.org References: <1438862127-19674-1-git-send-email-jgross@suse.com> <55E02501.5030105@suse.com> <87d1y4qq4f.fsf@rustcorp.com.au> From: Juergen Gross Message-ID: <55F15F7E.3000502@suse.com> Date: Thu, 10 Sep 2015 12:46:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <87d1y4qq4f.fsf@rustcorp.com.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/31/2015 02:05 AM, Rusty Russell wrote: > Juergen Gross writes: >> Ping? > > Acked-by: Rusty Russell Anyone willing to take this patch? Juergen > > 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/ >