|
@@ -1644,7 +1644,6 @@ asmlinkage __visible void __init xen_start_kernel(void)
|
|
|
xen_initial_gdt = &per_cpu(gdt_page, 0);
|
|
xen_initial_gdt = &per_cpu(gdt_page, 0);
|
|
|
|
|
|
|
|
xen_smp_init();
|
|
xen_smp_init();
|
|
|
- WARN_ON(xen_cpuhp_setup());
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_ACPI_NUMA
|
|
#ifdef CONFIG_ACPI_NUMA
|
|
|
/*
|
|
/*
|
|
@@ -1658,6 +1657,8 @@ asmlinkage __visible void __init xen_start_kernel(void)
|
|
|
possible map and a non-dummy shared_info. */
|
|
possible map and a non-dummy shared_info. */
|
|
|
per_cpu(xen_vcpu, 0) = &HYPERVISOR_shared_info->vcpu_info[0];
|
|
per_cpu(xen_vcpu, 0) = &HYPERVISOR_shared_info->vcpu_info[0];
|
|
|
|
|
|
|
|
|
|
+ WARN_ON(xen_cpuhp_setup());
|
|
|
|
|
+
|
|
|
local_irq_disable();
|
|
local_irq_disable();
|
|
|
early_boot_irqs_disabled = true;
|
|
early_boot_irqs_disabled = true;
|
|
|
|
|
|