kvm: remove redundant registration of BSP's hv_clock area
authorFernando Luis Vázquez Cao <fernando_b1@lab.ntt.co.jp>
Tue, 18 Feb 2014 10:09:11 +0000 (19:09 +0900)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 22 Feb 2014 14:53:32 +0000 (15:53 +0100)
commit0d75de4a65d99ba042b050620d479ab74b1919d4
treedce9e5dfa2de849b7ec1b15f3a8834c4035d95a2
parentf303b4ce8b386558b2b92aeb0c6af96685fcd4b2
kvm: remove redundant registration of BSP's hv_clock area

These days hv_clock allocation is memblock based (i.e. the percpu
allocator is not involved), which means that the physical address
of each of the per-cpu hv_clock areas is guaranteed to remain
unchanged through all its lifetime and we do not need to update
its location after CPU bring-up.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kernel/kvm.c
arch/x86/kernel/kvmclock.c