KVM: arm64: pkvm: Consolidate include files
authorMarc Zyngier <maz@kernel.org>
Wed, 13 Oct 2021 12:03:43 +0000 (13:03 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 18 Oct 2021 15:57:09 +0000 (16:57 +0100)
commit3061725d162cad0589b012fc6413c9dd0da8f02a
tree9f0591c5cb38ef4bc08980074ada98bb20d32b4f
parent271b7286058da636ab6f5f47722e098ca3a0478b
KVM: arm64: pkvm: Consolidate include files

kvm_fixed_config.h is pkvm specific, and would be better placed
near its users. At the same time, include/nvhe/sys_regs.h is now
almost empty.

Merge the two into arch/arm64/kvm/hyp/include/nvhe/fixed_config.h.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Fuad Tabba <tabba@google.com>
Tested-by: Fuad Tabba <tabba@google.com>
Link: https://lore.kernel.org/r/20211013120346.2926621-9-maz@kernel.org
arch/arm64/kvm/hyp/include/nvhe/fixed_config.h [moved from arch/arm64/include/asm/kvm_fixed_config.h with 96% similarity]
arch/arm64/kvm/hyp/include/nvhe/sys_regs.h [deleted file]
arch/arm64/kvm/hyp/nvhe/pkvm.c
arch/arm64/kvm/hyp/nvhe/setup.c
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/hyp/nvhe/sys_regs.c