diff options
author | Gleb Natapov <gleb@redhat.com> | 2010-10-14 11:22:49 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-01-12 11:23:10 +0200 |
commit | ca3f10172eea9b95bbb66487656f3c3e93855702 (patch) | |
tree | 286b7c659b6e7c6c1e901f727fb6aad5a328eeb6 /arch/x86/include | |
parent | 49c7754ce57063b819b01eb8a4290841ad0886c4 (diff) | |
download | op-kernel-dev-ca3f10172eea9b95bbb66487656f3c3e93855702.zip op-kernel-dev-ca3f10172eea9b95bbb66487656f3c3e93855702.tar.gz |
KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.
Async PF also needs to hook into smp_prepare_boot_cpu so move the hook
into generic code.
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_para.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index 7b562b6..e3faaaf 100644 --- a/arch/x86/include/asm/kvm_para.h +++ b/arch/x86/include/asm/kvm_para.h @@ -65,6 +65,7 @@ struct kvm_mmu_op_release_pt { #include <asm/processor.h> extern void kvmclock_init(void); +extern int kvm_register_clock(char *txt); /* This instruction is vmcall. On non-VT architectures, it will generate a |