|
@@ -742,7 +742,6 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
|
cpu_detect(c);
|
|
cpu_detect(c);
|
|
get_cpu_vendor(c);
|
|
get_cpu_vendor(c);
|
|
get_cpu_cap(c);
|
|
get_cpu_cap(c);
|
|
- fpu__init_system(c);
|
|
|
|
|
|
|
|
if (this_cpu->c_early_init)
|
|
if (this_cpu->c_early_init)
|
|
this_cpu->c_early_init(c);
|
|
this_cpu->c_early_init(c);
|
|
@@ -754,6 +753,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
|
this_cpu->c_bsp_init(c);
|
|
this_cpu->c_bsp_init(c);
|
|
|
|
|
|
setup_force_cpu_cap(X86_FEATURE_ALWAYS);
|
|
setup_force_cpu_cap(X86_FEATURE_ALWAYS);
|
|
|
|
+ fpu__init_system(c);
|
|
}
|
|
}
|
|
|
|
|
|
void __init early_cpu_init(void)
|
|
void __init early_cpu_init(void)
|