We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f34bb2 commit 1703db2Copy full SHA for 1703db2
arch/x86/kernel/fpu/init.c
@@ -53,7 +53,7 @@ void fpu__init_cpu(void)
53
fpu__init_cpu_xstate();
54
}
55
56
-static bool fpu__probe_without_cpuid(void)
+static bool __init fpu__probe_without_cpuid(void)
57
{
58
unsigned long cr0;
59
u16 fsw, fcw;
@@ -71,7 +71,7 @@ static bool fpu__probe_without_cpuid(void)
71
return fsw == 0 && (fcw & 0x103f) == 0x003f;
72
73
74
-static void fpu__init_system_early_generic(void)
+static void __init fpu__init_system_early_generic(void)
75
76
if (!boot_cpu_has(X86_FEATURE_CPUID) &&
77
!test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) {
0 commit comments