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

Timur Tabi timur at codeaurora.org
Fri Oct 6 07:25:54 PDT 2017


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