diff options
| -rw-r--r-- | arch/x86/xen/enlighten.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index da8afd576a6b..1f928659c338 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
| @@ -1356,7 +1356,7 @@ static int __cpuinit xen_hvm_cpu_notify(struct notifier_block *self, | |||
| 1356 | int cpu = (long)hcpu; | 1356 | int cpu = (long)hcpu; |
| 1357 | switch (action) { | 1357 | switch (action) { |
| 1358 | case CPU_UP_PREPARE: | 1358 | case CPU_UP_PREPARE: |
| 1359 | per_cpu(xen_vcpu, cpu) = &HYPERVISOR_shared_info->vcpu_info[cpu]; | 1359 | xen_vcpu_setup(cpu); |
| 1360 | if (xen_have_vector_callback) | 1360 | if (xen_have_vector_callback) |
| 1361 | xen_init_lock_cpu(cpu); | 1361 | xen_init_lock_cpu(cpu); |
| 1362 | break; | 1362 | break; |
| @@ -1386,7 +1386,6 @@ static void __init xen_hvm_guest_init(void) | |||
| 1386 | xen_hvm_smp_init(); | 1386 | xen_hvm_smp_init(); |
| 1387 | register_cpu_notifier(&xen_hvm_cpu_notifier); | 1387 | register_cpu_notifier(&xen_hvm_cpu_notifier); |
| 1388 | xen_unplug_emulated_devices(); | 1388 | xen_unplug_emulated_devices(); |
| 1389 | have_vcpu_info_placement = 0; | ||
| 1390 | x86_init.irqs.intr_init = xen_init_IRQ; | 1389 | x86_init.irqs.intr_init = xen_init_IRQ; |
| 1391 | xen_hvm_init_time_ops(); | 1390 | xen_hvm_init_time_ops(); |
| 1392 | xen_hvm_init_mmu_ops(); | 1391 | xen_hvm_init_mmu_ops(); |
