]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Kill HCRX_HOST_FLAGS
authorMarc Zyngier <maz@kernel.org>
Wed, 30 Apr 2025 10:59:16 +0000 (11:59 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Wed, 7 May 2025 07:16:44 +0000 (00:16 -0700)
commitef296ee98bb19ee2a6dbf76155184c99da0d7c71
treea0ca19c5f0a89685a916152c92638c199349dbef
parentffea7c73d181db273be8b306be6bc573dfe2257b
KVM: arm64: Kill HCRX_HOST_FLAGS

HCRX_HOST_FLAGS, like most of these hardcoded setups, are not
a good match for options that can be selectively enabled or
disabled.

Nothing but the early setup is relying on it now, so kill the
macro and move the bag of bits where they belong.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20250430105916.3815157-3-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/el2_setup.h
arch/arm64/include/asm/kvm_arm.h