···7171 return fsw == 0 && (fcw & 0x103f) == 0x003f;7272}73737474-static void fpu__init_system_early_generic(struct cpuinfo_x86 *c)7474+static void fpu__init_system_early_generic(void)7575{7676 if (!boot_cpu_has(X86_FEATURE_CPUID) &&7777 !test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) {···211211 * Called on the boot CPU once per system bootup, to set up the initial212212 * FPU state that is later cloned into all processes:213213 */214214-void __init fpu__init_system(struct cpuinfo_x86 *c)214214+void __init fpu__init_system(void)215215{216216 fpstate_reset(¤t->thread.fpu);217217- fpu__init_system_early_generic(c);217217+ fpu__init_system_early_generic();218218219219 /*220220 * The FPU has to be operational for some of the