summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/sigframe.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2023-06-14 02:39:42 +0300
committerThomas Gleixner <tglx@linutronix.de>2023-06-16 11:16:00 +0300
commit54d9a91a3d6713d1332e93be13b4eaf0fa54349d (patch)
tree49d67d442377cafac58742e3a67b0ab1b4934a4f /arch/x86/include/asm/sigframe.h
parent439e17576eb47f26b78c5bbc72e344d4206d2327 (diff)
downloadlinux-54d9a91a3d6713d1332e93be13b4eaf0fa54349d.tar.xz
x86/init: Initialize signal frame size late
No point in doing this during really early boot. Move it to an early initcall so that it is set up before possible user mode helpers are started during device initialization. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20230613224545.727330699@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/sigframe.h')
-rw-r--r--arch/x86/include/asm/sigframe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/sigframe.h b/arch/x86/include/asm/sigframe.h
index 5b1ed650b124..84eab2724875 100644
--- a/arch/x86/include/asm/sigframe.h
+++ b/arch/x86/include/asm/sigframe.h
@@ -85,6 +85,4 @@ struct rt_sigframe_x32 {
#endif /* CONFIG_X86_64 */
-void __init init_sigframe_size(void);
-
#endif /* _ASM_X86_SIGFRAME_H */