From: Fernando Luis Vázquez Cao Date: Tue, 18 Feb 2014 10:09:11 +0000 (+0900) Subject: kvm: remove redundant registration of BSP's hv_clock area X-Git-Tag: v3.15-rc1~118^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d75de4a65d99ba042b050620d479ab74b1919d4;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed