summaryrefslogtreecommitdiff
path: root/arch/xtensa
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2023-06-14 02:39:46 +0300
committerThomas Gleixner <tglx@linutronix.de>2023-06-16 11:16:01 +0300
commitb81fac906a8f9e682e513ddd95697ec7a20878d4 (patch)
tree4674799ee39e58b4ede501ac9471f7c74672f452 /arch/xtensa
parent1703db2b90c91b2eb2d699519fc505fe431dde0e (diff)
downloadlinux-b81fac906a8f9e682e513ddd95697ec7a20878d4.tar.xz
x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
Initializing the FPU during the early boot process is a pointless exercise. Early boot is convoluted and fragile enough. Nothing requires that the FPU is set up early. It has to be initialized before fork_init() because the task_struct size depends on the FPU register buffer size. Move the initialization to arch_cpu_finalize_init() which is the perfect place to do so. No functional change. This allows to remove quite some of the custom early command line parsing, but that's subject to the next installment. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20230613224545.902376621@linutronix.de
Diffstat (limited to 'arch/xtensa')
0 files changed, 0 insertions, 0 deletions