diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 2d69617950f7..da8afd576a6b 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -251,6 +251,7 @@ static void __init xen_init_cpuid_mask(void) | |||
251 | ~((1 << X86_FEATURE_APIC) | /* disable local APIC */ | 251 | ~((1 << X86_FEATURE_APIC) | /* disable local APIC */ |
252 | (1 << X86_FEATURE_ACPI)); /* disable ACPI */ | 252 | (1 << X86_FEATURE_ACPI)); /* disable ACPI */ |
253 | ax = 1; | 253 | ax = 1; |
254 | cx = 0; | ||
254 | xen_cpuid(&ax, &bx, &cx, &dx); | 255 | xen_cpuid(&ax, &bx, &cx, &dx); |
255 | 256 | ||
256 | xsave_mask = | 257 | xsave_mask = |