Commit aceb04f
committed
KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
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.
Reviewed-by: Paul Durrant <paul@xen.org>
Link: https://lore.kernel.org/r/20250201013827.680235-4-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>1 parent 4198f38 commit aceb04f
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3178 | 3178 | | |
3179 | 3179 | | |
3180 | 3180 | | |
3181 | | - | |
3182 | 3181 | | |
3183 | 3182 | | |
3184 | 3183 | | |
| |||
3261 | 3260 | | |
3262 | 3261 | | |
3263 | 3262 | | |
3264 | | - | |
| 3263 | + | |
3265 | 3264 | | |
3266 | | - | |
3267 | | - | |
3268 | | - | |
| 3265 | + | |
3269 | 3266 | | |
3270 | 3267 | | |
3271 | 3268 | | |
| |||
0 commit comments