aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/xen/enlighten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index dbe3549fad40..2b7bea3bb6f3 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1365,12 +1365,12 @@ asmlinkage void __init xen_start_kernel(void)
1365 /* set the limit of our address space */ 1365 /* set the limit of our address space */
1366 xen_reserve_top(); 1366 xen_reserve_top();
1367 1367
1368#ifdef CONFIG_X86_32
1368 /* set up basic CPUID stuff */ 1369 /* set up basic CPUID stuff */
1369 cpu_detect(&new_cpu_data); 1370 cpu_detect(&new_cpu_data);
1370#ifdef CONFIG_X86_32
1371 new_cpu_data.hard_math = 1; 1371 new_cpu_data.hard_math = 1;
1372#endif
1373 new_cpu_data.x86_capability[0] = cpuid_edx(1); 1372 new_cpu_data.x86_capability[0] = cpuid_edx(1);
1373#endif
1374 1374
1375 /* Poke various useful things into boot_params */ 1375 /* Poke various useful things into boot_params */
1376 boot_params.hdr.type_of_loader = (9 << 4) | 0; 1376 boot_params.hdr.type_of_loader = (9 << 4) | 0;