From: Ba Jing Date: Tue, 3 Sep 2024 04:31:35 +0000 (+0800) Subject: KVM: selftests: Remove unused macro in the hardware disable test X-Git-Tag: v6.13-rc1~97^2~12^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=600aa88014e9fca778449316a85ffbb81ef03b89;p=thirdparty%2Fkernel%2Flinux.git KVM: selftests: Remove unused macro in the hardware disable test The macro GUEST_CODE_PIO_PORT is never referenced in the code, just remove it. Signed-off-by: Ba Jing Link: https://lore.kernel.org/r/20240903043135.11087-1-bajing@cmss.chinamobile.com Signed-off-by: Sean Christopherson --- diff --git a/tools/testing/selftests/kvm/hardware_disable_test.c b/tools/testing/selftests/kvm/hardware_disable_test.c index bce73bcb973c8..94bd6ed24cf3c 100644 --- a/tools/testing/selftests/kvm/hardware_disable_test.c +++ b/tools/testing/selftests/kvm/hardware_disable_test.c @@ -20,7 +20,6 @@ #define SLEEPING_THREAD_NUM (1 << 4) #define FORK_NUM (1ULL << 9) #define DELAY_US_MAX 2000 -#define GUEST_CODE_PIO_PORT 4 sem_t *sem;