On Tue, Nov 10, 2020 at 02:13:07PM +0000, Marc Zyngier wrote: > A large number of system register trap handlers only inject an > UNDEF exeption, and yet each class of sysreg seems to provide its > own, identical function. > > Let's unify them all, saving us introducing yet another one later. > > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > arch/arm64/kvm/sys_regs.c | 65 +++++++++++++++------------------------ > 1 file changed, 25 insertions(+), 40 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will