diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-06-14 01:39:42 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-16 10:16:00 +0200 |
commit | 54d9a91a3d6713d1332e93be13b4eaf0fa54349d (patch) | |
tree | 49d67d442377cafac58742e3a67b0ab1b4934a4f /arch/x86/include/asm/sigframe.h | |
parent | init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() (diff) | |
download | linux-54d9a91a3d6713d1332e93be13b4eaf0fa54349d.tar.xz linux-54d9a91a3d6713d1332e93be13b4eaf0fa54349d.zip |
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.h | 2 |
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 */ |