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 <mar...@marcan.st> > --- > 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 <w...@kernel.org> Will