Re: [PATCH] x86/kvm: remove unused macro HV_CLOCK_SIZE

2020-11-06 Thread Vitaly Kuznetsov
Alex Shi writes: > This macro is useless, and could cause gcc warning: > arch/x86/kernel/kvmclock.c:47:0: warning: macro "HV_CLOCK_SIZE" is not > used [-Wunused-macros] > Let's remove it. > > Signed-off-by: Alex Shi > Cc: Paolo Bonzini > Cc: Sean Christopherson > Cc: Vitaly Kuznetsov > Cc:

[PATCH] x86/kvm: remove unused macro HV_CLOCK_SIZE

2020-11-06 Thread Alex Shi
This macro is useless, and could cause gcc warning: arch/x86/kernel/kvmclock.c:47:0: warning: macro "HV_CLOCK_SIZE" is not used [-Wunused-macros] Let's remove it. Signed-off-by: Alex Shi Cc: Paolo Bonzini Cc: Sean Christopherson Cc: Vitaly Kuznetsov Cc: Wanpeng Li Cc: Jim Mattson Cc: Jo