From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 05/10] xen/arm: nr_lrs should be uint8_t Date: Tue, 01 Apr 2014 13:12:01 +0100 Message-ID: <533AAD11.2070809@linaro.org> References: <1395686975-12649-5-git-send-email-stefano.stabellini@eu.citrix.com> <1396353541.8667.127.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1396353541.8667.127.camel@kazak.uk.xensource.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: Ian Campbell Cc: julien.grall@citrix.com, xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 04/01/2014 12:59 PM, Ian Campbell wrote: > On Mon, 2014-03-24 at 18:49 +0000, Stefano Stabellini wrote: >> Signed-off-by: Stefano Stabellini > > Does this change anything in practice? Patch #6 of Stefano's series keep track of LRs with an uint8 bits. I asked for this patch to stupid issue later because the tracking use an smaller number of bits. > Hopefully the compiler doesn't start doing stupid word access + mask on > every access... > > Might there be more LRs with e.g. gic v3? The number of LRs is encoded on 5 bits for the GICv3. -- Julien Grall