From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 1/6] arm: rename xen/arch/arm/psci.c into vpsci.c Date: Mon, 02 Dec 2013 13:02:05 +0000 Message-ID: <529C84CD.8010200@linaro.org> References: <1385982538-17855-1-git-send-email-andre.przywara@linaro.org> <1385982538-17855-2-git-send-email-andre.przywara@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VnT8c-0002DA-Om for xen-devel@lists.xenproject.org; Mon, 02 Dec 2013 13:02:10 +0000 Received: by mail-ea0-f176.google.com with SMTP id h14so9016351eaj.35 for ; Mon, 02 Dec 2013 05:02:08 -0800 (PST) In-Reply-To: <1385982538-17855-2-git-send-email-andre.przywara@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andre Przywara , Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com Cc: xen-devel@lists.xenproject.org, patches@linaro.org List-Id: xen-devel@lists.xenproject.org On 12/02/2013 11:08 AM, Andre Przywara wrote: > Follow the current convention of prefixing guest related names > with "v" by renaming the guest PSCI functionality into vpsci.c to make > room for the host PSCI functions. I would also rename the header asm/psci.h => asm/vpsci.h > > Signed-off-by: Andre Przywara > --- > xen/arch/arm/Makefile | 2 +- > xen/arch/arm/{psci.c => vpsci.c} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename xen/arch/arm/{psci.c => vpsci.c} (100%) > > diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile > index 003ac84..11cf663 100644 > --- a/xen/arch/arm/Makefile > +++ b/xen/arch/arm/Makefile > @@ -5,7 +5,7 @@ subdir-y += platforms > obj-$(EARLY_PRINTK) += early_printk.o > obj-y += cpu.o > obj-y += domain.o > -obj-y += psci.o > +obj-y += vpsci.o > obj-y += domctl.o > obj-y += sysctl.o > obj-y += domain_build.o > diff --git a/xen/arch/arm/psci.c b/xen/arch/arm/vpsci.c > similarity index 100% > rename from xen/arch/arm/psci.c > rename to xen/arch/arm/vpsci.c > -- Julien Grall