From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 06/15] xen/arm: gic-v3: Use the domain redistributor information to make the DT node Date: Tue, 30 Jun 2015 13:46:53 +0100 Message-ID: <1435668413.21469.132.camel@citrix.com> References: <1435311269-3189-1-git-send-email-julien.grall@citrix.com> <1435311269-3189-7-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9uwP-0002aW-A6 for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 12:47:09 +0000 In-Reply-To: <1435311269-3189-7-git-send-email-julien.grall@citrix.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: Julien Grall Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-06-26 at 10:34 +0100, Julien Grall wrote: > It's not necessary to get again from the hardware DT the redistributor > informations. We already have it stored in the gic_info and the domain. "It's not necessary to get the redistributor information from the hardware again". > Use the latter to be consistent with the rest of the function. > > Signed-off-by: Julien Grall Acked-by: Ian Campbell