aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 2fc216dfbd9c..fa6ade76ef3f 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1692,7 +1692,6 @@ static int xen_hvm_cpu_notify(struct notifier_block *self, unsigned long action,
1692 case CPU_UP_PREPARE: 1692 case CPU_UP_PREPARE:
1693 xen_vcpu_setup(cpu); 1693 xen_vcpu_setup(cpu);
1694 if (xen_have_vector_callback) { 1694 if (xen_have_vector_callback) {
1695 xen_init_lock_cpu(cpu);
1696 if (xen_feature(XENFEAT_hvm_safe_pvclock)) 1695 if (xen_feature(XENFEAT_hvm_safe_pvclock))
1697 xen_setup_timer(cpu); 1696 xen_setup_timer(cpu);
1698 } 1697 }