KVM: selftests: Remove duplicate macro definition
authorShaoqin Huang <shahuang@redhat.com>
Wed, 8 Feb 2023 07:18:00 +0000 (15:18 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 8 Feb 2023 14:53:14 +0000 (06:53 -0800)
commit695fa5a64cf52ab1aa2c89c93bbb1fd08995304a
tree8955ec96bbdf614fc4a8c8d3b6b161cb85d5070c
parent6c77ae716d546d71b21f0c9ee7d405314a3f3f9e
KVM: selftests: Remove duplicate macro definition

The KVM_GUEST_PAGE_TABLE_MIN_PADDR macro has been defined in
include/kvm_util_base.h. So remove the duplicate definition in
lib/kvm_util.c.

Fixes: cce0c23dd944 ("KVM: selftests: Add wrapper to allocate page table page")
Signed-off-by: Shaoqin Huang <shahuang@redhat.com>
Link: https://lore.kernel.org/r/20230208071801.68620-1-shahuang@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/lib/kvm_util.c