On Mon, Jul 19, 2021 at 05:03:43PM +0100, Fuad Tabba wrote: > Move the sanitized copies of the CPU feature registers to the > recently created sys_regs.c. This consolidates all copies in a > more relevant file. > > No functional change intended. > > Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> > --- > arch/arm64/kvm/hyp/nvhe/mem_protect.c | 6 ------ > arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 ++ > 2 files changed, 2 insertions(+), 6 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will