KVM: selftests: Add CONFIG_64BIT definition for the build
authorHaibo Xu <haibo1.xu@intel.com>
Mon, 22 Jan 2024 09:58:35 +0000 (17:58 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 26 Feb 2024 04:44:00 +0000 (10:14 +0530)
commitb4b12469c5c3fbd9b9f8e5070e6e47a4337b87c6
treefc7bd8711f6593e6d5da793601b92a1962546e59
parentc20dd9e0695fc1e4da4ff01a111b0392862cfed6
KVM: selftests: Add CONFIG_64BIT definition for the build

Since only 64bit KVM selftests were supported on all architectures,
add the CONFIG_64BIT definition in kvm/Makefile to ensure only 64bit
definitions were available in the corresponding included files.

Suggested-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
tools/testing/selftests/kvm/Makefile