From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 07/21] arm/xen: move GIC context data structure to gic driver Date: Sun, 15 Jun 2014 17:05:44 +0100 Message-ID: <539DC458.1000503@linaro.org> References: <1402580192-13937-1-git-send-email-vijay.kilari@gmail.com> <1402580192-13937-8-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-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, On 12/06/14 14:36, 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 Regards, -- Julien Grall