diff options
-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 e90540a46a0b..0b755cd7686d 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1059,6 +1059,7 @@ asmlinkage void __init xen_start_kernel(void) | |||
1059 | /* set up basic CPUID stuff */ | 1059 | /* set up basic CPUID stuff */ |
1060 | cpu_detect(&new_cpu_data); | 1060 | cpu_detect(&new_cpu_data); |
1061 | new_cpu_data.hard_math = 1; | 1061 | new_cpu_data.hard_math = 1; |
1062 | new_cpu_data.wp_works_ok = 1; | ||
1062 | new_cpu_data.x86_capability[0] = cpuid_edx(1); | 1063 | new_cpu_data.x86_capability[0] = cpuid_edx(1); |
1063 | #endif | 1064 | #endif |
1064 | 1065 | ||