From: David Woodhouse <dwmw@xxxxxxxxxxxx>
These pointlessly duplicate the last_tsc_{nsec,offset,write} values.
The only place they were used was where the TSC is stable and a new vCPU
is being synchronized to the previous setting, in which case the 'last_'
value is definitely identical.
Signed-off-by: David Woodhouse <dwmw@xxxxxxxxxxxx>
---
arch/x86/include/asm/kvm_host.h | 3 ---
arch/x86/kvm/x86.c | 19 ++++++++-----------
2 files changed, 8 insertions(+), 14 deletions(-)