[PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature

Shanker Donthineni shankerd at codeaurora.org
Fri Oct 6 08:30:10 PDT 2017


I posted v4 patch https://patchwork.kernel.org/patch/9989667/ with parentheses around a macro parameter. 

-----Original Message-----
From: Timur Tabi [mailto:timur at codeaurora.org] 
Sent: Friday, October 6, 2017 9:26 AM
To: Shanker Donthineni <shankerd at codeaurora.org>
Cc: Marc Zyngier <marc.zyngier at arm.com>; linux-kernel <linux-kernel at vger.kernel.org>; linux-arm-kernel <linux-arm-kernel at lists.infradead.org>; Thomas Gleixner <tglx at linutronix.de>; Jason Cooper <jason at lakedaemon.net>; Vikram Sethi <vikrams at codeaurora.org>
Subject: Re: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature

On Thu, Oct 5, 2017 at 6:59 PM, Shanker Donthineni <shankerd at codeaurora.org> wrote:
> +#define MPIDR_TO_SGI_CLUSTER_ID(mpidr) (mpidr & ~0xFUL)

This should be "((mpidr) & 0xFUL)", just to be safe.




More information about the linux-arm-kernel mailing list