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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent 8198375 commit 600aa88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)