commit | 0d75de4a65d99ba042b050620d479ab74b1919d4 | [log] [tgz] |
---|---|---|
author | Fernando Luis Vázquez Cao <fernando_b1@lab.ntt.co.jp> | Tue Feb 18 19:09:11 2014 +0900 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Feb 22 15:53:32 2014 +0100 |
tree | dce9e5dfa2de849b7ec1b15f3a8834c4035d95a2 | |
parent | f303b4ce8b386558b2b92aeb0c6af96685fcd4b2 [diff] |
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>