]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite4619b815f29deb6a78f36deb728a97c89e52fe9
tree9f0591c5cb38ef4bc08980074ada98bb20d32b4f
parent4c60a034b9b373f7f70f31845961386096f6ffa5
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/include/asm/kvm_fixed_config.h [deleted file]
arch/arm64/kvm/hyp/include/nvhe/fixed_config.h [new file with mode: 0644]
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