Skip to content

Commit 600aa88

Browse files
Ba Jingsean-jc
authored andcommitted
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>
1 parent 8198375 commit 600aa88

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/kvm/hardware_disable_test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define SLEEPING_THREAD_NUM (1 << 4)
2121
#define FORK_NUM (1ULL << 9)
2222
#define DELAY_US_MAX 2000
23-
#define GUEST_CODE_PIO_PORT 4
2423

2524
sem_t *sem;
2625

0 commit comments

Comments
 (0)