From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v6a 07/17] arm/xen: move GIC context data structure to gic driver Date: Thu, 26 Jun 2014 13:26:15 +0100 Message-ID: <53AC1167.2080706@linaro.org> References: <1403760849-14627-1-git-send-email-vijay.kilari@gmail.com> <1403760849-14627-8-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403760849-14627-8-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, NIT on the commit title: s#arm/xen#xen/arm# to stay to consistent with the rest of your series. Regards, On 06/26/2014 06:33 AM, vijay.kilari@gmail.com wrote: > From: Vijaya Kumar K > > arch_domain in domain.h defines all the GIC registers > that needs to be saved/restored directly. > > These GIC registers are GIC HW version specific. The number > of registers and size of registers varies with GIC version. > So move these registers to gic.h file and make a union of these > registers. This helps to define GIC HW version specific > structure to this union for later GIC versions. > > Signed-off-by: Vijaya Kumar K > Acked-by: Julien Grall > Acked-by: Stefano Stabellini > Acked-by: Ian Campbell -- Julien Grall