diff options
Diffstat (limited to 'arch/x86/lguest')
| -rw-r--r-- | arch/x86/lguest/boot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 139dd353c2f2..1cbd89ca5569 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c @@ -1413,7 +1413,7 @@ __init void lguest_init(void)  	/* We don't have features.  We have puppies!  Puppies! */  #ifdef CONFIG_X86_MCE -	mce_disabled = 1; +	mca_cfg.disabled = true;  #endif  #ifdef CONFIG_ACPI  	acpi_disabled = 1; |