From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 11/21] xen/arm: prefix byte_read and byte_write functions with vgic Date: Sun, 15 Jun 2014 17:23:13 +0100 Message-ID: <539DC871.7050007@linaro.org> References: <1402580192-13937-1-git-send-email-vijay.kilari@gmail.com> <1402580192-13937-12-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1402580192-13937-12-git-send-email-vijay.kilari@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: vijay.kilari@gmail.com, Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com, stefano.stabellini@citrix.com, tim@xen.org, xen-devel@lists.xen.org Cc: Prasun.Kapoor@caviumnetworks.com, vijaya.kumar@caviumnetworks.com List-Id: xen-devel@lists.xenproject.org Hi Vijay, On 12/06/14 14:36, vijay.kilari@gmail.com wrote: > From: Vijaya Kumar K > > prefix byte_read and byte_write vgic functions with vgic_ > to make these function vgic specific. For one patch you are exposing byte_read and byte_write globally. I think, you should rename the function in first and then move them to the headers. So I would move this patch before #10. Regards, -- Julien Grall