Message ID | 20241118031502.2102-1-bajing@cmss.chinamobile.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | kvm: hardware_disable_test: remove unused macro | expand |
On Mon, Nov 18, 2024, Ba Jing wrote: > After reviewing the code, it was found that the macro GUEST_CODE_PIO_PORT > is never referenced in the code. Just remove it. > > Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> > --- > tools/testing/selftests/kvm/hardware_disable_test.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/testing/selftests/kvm/hardware_disable_test.c b/tools/testing/selftests/kvm/hardware_disable_test.c > index bce73bcb973c..94bd6ed24cf3 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 You already sent this patch, albeit with a slightly different shortlog+changelog, and said patch was applied. https://lore.kernel.org/all/20240903043135.11087-1-bajing@cmss.chinamobile.com
diff --git a/tools/testing/selftests/kvm/hardware_disable_test.c b/tools/testing/selftests/kvm/hardware_disable_test.c index bce73bcb973c..94bd6ed24cf3 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;
After reviewing the code, it was found that the macro GUEST_CODE_PIO_PORT is never referenced in the code. Just remove it. Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> --- tools/testing/selftests/kvm/hardware_disable_test.c | 1 - 1 file changed, 1 deletion(-)