genirq: Use BIT() for the IRQD_* state flags
authorMarc Zyngier <maz@kernel.org>
Thu, 15 Jun 2023 13:58:52 +0000 (14:58 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 16 Jun 2023 11:22:00 +0000 (12:22 +0100)
commit0cfb4a1af386427cdaba98f18f501eb074985cfd
tree144776ca119f1da96ce6feb278efcb31d812fc8e
parent7877cb91f1081754a1487c144d85dc0d2e2e7fc4
genirq: Use BIT() for the IRQD_* state flags

As we're about to use the last bit available in the IRQD_* state
flags, rewrite these flags with BIT(), which ensures that these
constant do not represent a signed value.

Signed-off-by: Marc Zyngier <maz@kernel.org>
include/linux/irq.h