From 8ff330ec11e471919621bce97c069b83b0319d15 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 23 Mar 2015 18:01:51 +0100 Subject: [PATCH] x86/EFI: fix reboot after c643fb110a acpi_disabled needs to be moved out of .init.data. Reported-by: Ross Lagerwall From: Konrad Rzeszutek Wilk Signed-off-by: Jan Beulich Tested-by: Ross Lagerwall --- xen/arch/x86/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index 384df03c4a..c7885ffc77 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -106,7 +106,7 @@ struct cpuinfo_x86 __read_mostly boot_cpu_data = { 0, 0, 0, 0, -1 }; unsigned long __read_mostly mmu_cr4_features = XEN_MINIMAL_CR4; -bool_t __initdata acpi_disabled; +bool_t __read_mostly acpi_disabled; bool_t __initdata acpi_force; static char __initdata acpi_param[10] = ""; static void __init parse_acpi_param(char *s) -- 2.39.5