From: Glauber Costa <[EMAIL PROTECTED]>

clean this leftover in kvmclock.c

Signed-off-by: Glauber Costa <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c
index b8da3bf..9c4a0f4 100644
--- a/arch/x86/kernel/kvmclock.c
+++ b/arch/x86/kernel/kvmclock.c
@@ -20,7 +20,6 @@
 #include <linux/kvm_para.h>
 #include <asm/arch_hooks.h>
 #include <asm/msr.h>
-#include <xen/interface/xen.h>
 
 #define KVM_SCALE 22
 
@@ -33,8 +32,6 @@ static int parse_no_kvmclock(char *arg)
 }
 early_param("no-kvmclock", parse_no_kvmclock);
 
-struct shared_info shared_info __attribute__((__aligned__(PAGE_SIZE)));
-
 /* The hypervisor will put information about time periodically here */
 static struct kvm_vcpu_time_info hv_clock[NR_CPUS];
 #define get_clock(cpu, field) hv_clock[cpu].field

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to