From: Avi Kivity <a...@redhat.com>

Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/arch/powerpc/include/asm/kvm_ppc.h 
b/arch/powerpc/include/asm/kvm_ppc.h
index dfc6442..36d2a50 100644
--- a/arch/powerpc/include/asm/kvm_ppc.h
+++ b/arch/powerpc/include/asm/kvm_ppc.h
@@ -86,12 +86,9 @@ extern int kvmppc_core_emulate_op(struct kvm_run *run, 
struct kvm_vcpu *vcpu,
 extern int kvmppc_core_emulate_mtspr(struct kvm_vcpu *vcpu, int sprn, int rs);
 extern int kvmppc_core_emulate_mfspr(struct kvm_vcpu *vcpu, int sprn, int rt);
 
-
 extern int kvmppc_booke_init(void);
 extern void kvmppc_booke_exit(void);
 
 extern void kvmppc_core_destroy_mmu(struct kvm_vcpu *vcpu);
 
-extern void kvmppc_core_destroy_mmu(struct kvm_vcpu *vcpu);
-
 #endif /* __POWERPC_KVM_PPC_H__ */
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index a8b9304..9050491 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -389,7 +389,7 @@ static void emergency_vmx_disable_all(void)
         * We can't take any locks and we may be on an inconsistent
         * state, so we use NMIs as IPIs to tell the other CPUs to disable
         * VMX and halt.
-        * 
+        *
         * For safety, we will avoid running the nmi_shootdown_cpus()
         * stuff unnecessarily, but we don't have a way to check
         * if other CPUs have VMX enabled. So we will call it only if the
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to