Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <bajing@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20240903043135.11087-1-bajing@cmss.chinamobile.com
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Ba Jing and committed by
Sean Christopherson
600aa880 81983758

-1
-1
tools/testing/selftests/kvm/hardware_disable_test.c
··· 20 20 #define SLEEPING_THREAD_NUM (1 << 4) 21 21 #define FORK_NUM (1ULL << 9) 22 22 #define DELAY_US_MAX 2000 23 - #define GUEST_CODE_PIO_PORT 4 24 23 25 24 sem_t *sem; 26 25