Re: [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h

From: Will Deacon
Date: Wed Mar 24 2021 - 14:24:45 EST


On Fri, Mar 05, 2021 at 06:38:49AM +0900, Hector Martin wrote:
> These definitions are in arm-gic-v3.h for historical reasons which no
> longer apply. Move them to sysreg.h so the AIC driver can use them, as
> it needs to peek into vGIC registers to deal with the GIC maintentance
> interrupt.
>
> Signed-off-by: Hector Martin <marcan@xxxxxxxxx>
> ---
> arch/arm64/include/asm/sysreg.h | 60 ++++++++++++++++++++++++++++++
> include/linux/irqchip/arm-gic-v3.h | 56 ----------------------------
> 2 files changed, 60 insertions(+), 56 deletions(-)

This would be much easier to remove if you just moved the definitions,
rather than reordered than and changed the comments at the same time!

But I *think* nothing had changed, so:

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will