From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751206AbdCMJtN (ORCPT ); Mon, 13 Mar 2017 05:49:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:44204 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbdCMJtF (ORCPT ); Mon, 13 Mar 2017 05:49:05 -0400 Subject: Re: [PATCH v2 21/21] x86/xen: rename some PV-only functions in smp_pv.c To: Vitaly Kuznetsov , xen-devel@lists.xenproject.org References: <20170302175357.8222-1-vkuznets@redhat.com> <20170302175357.8222-22-vkuznets@redhat.com> Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Boris Ostrovsky , Andrew Jones From: Juergen Gross Message-ID: <40bba901-2547-a258-c26d-69f1566557ac@suse.com> Date: Mon, 13 Mar 2017 10:49:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170302175357.8222-22-vkuznets@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/03/17 18:53, Vitaly Kuznetsov wrote: > After code split between PV and HVM some functions in xen_smp_ops have > xen_pv_ prefix and some only xen_ which makes them look like they're > common for both PV and HVM while they're not. Rename all the rest to > have xen_pv_ prefix. > > Signed-off-by: Vitaly Kuznetsov > --- > - This patch is rather a matter of taste and it makes code archeology > slightly harder, we may consider dropping it from the series. I'm fine with this change. Reviewed-by: Juergen Gross Juergen