projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f34bb2
)
x86/fpu: Mark init functions __init
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 13 Jun 2023 23:39:45 +0000
(
01:39
+0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 16 Jun 2023 08:16:01 +0000
(10:16 +0200)
No point in keeping them around.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lore.kernel.org/r/20230613224545.841685728@linutronix.de
arch/x86/kernel/fpu/init.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/fpu/init.c
b/arch/x86/kernel/fpu/init.c
index 5001df94382829fe994948b64127adcc24bab9ba..998a08f17e3317abde0d01961ebfe5d571681e62 100644
(file)
--- a/
arch/x86/kernel/fpu/init.c
+++ b/
arch/x86/kernel/fpu/init.c
@@
-53,7
+53,7
@@
void fpu__init_cpu(void)
fpu__init_cpu_xstate();
}
-static bool fpu__probe_without_cpuid(void)
+static bool
__init
fpu__probe_without_cpuid(void)
{
unsigned long cr0;
u16 fsw, fcw;
@@
-71,7
+71,7
@@
static bool fpu__probe_without_cpuid(void)
return fsw == 0 && (fcw & 0x103f) == 0x003f;
}
-static void fpu__init_system_early_generic(void)
+static void
__init
fpu__init_system_early_generic(void)
{
if (!boot_cpu_has(X86_FEATURE_CPUID) &&
!test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) {