From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 5/8] xen/arm: vgic-v2: Drop cbase from arch_domain Date: Fri, 25 Sep 2015 17:11:36 +0100 Message-ID: <1443197496.25250.187.camel@citrix.com> References: <1442944062-4324-1-git-send-email-julien.grall@citrix.com> <1442944062-4324-6-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfVb2-0004J6-OF for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 16:11:40 +0000 In-Reply-To: <1442944062-4324-6-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 , xen-devel@lists.xenproject.org Cc: stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-09-22 at 18:47 +0100, Julien Grall wrote: > The field value is only used within a single function in the vgic-v2 > emulation. So it's not necessary to store the value in the domain > structure. > > This is also saving 8 bytes on a structure which begin to be constrained > (the maximum size of struct domain is 4KB). > > Signed-off-by: Julien Grall Acked-by: Ian Campbell