Re: [PATCH 03/10] KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()

From: Paul Durrant
Date: Tue Jan 21 2025 - 11:05:25 EST


On 18/01/2025 00:55, Sean Christopherson wrote:
Drop the local pvclock_flags in kvm_guest_time_update(), the local variable
is immediately shoved into the per-vCPU "cache", i.e. the local variable
serves no purpose.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---
arch/x86/kvm/x86.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


Reviewed-by: Paul Durrant <paul@xxxxxxx>