Juergen Gross fe3e0a13e5 x86/xen: Fix secondary processors' FPU initialization
Moving the call of fpu__init_cpu() from cpu_init() to start_secondary()
broke Xen PV guests, as those don't call start_secondary() for APs.

Call fpu__init_cpu() in Xen's cpu_bringup(), which is the Xen PV
replacement of start_secondary().

Fixes: b81fac906a8f ("x86/fpu: Move FPU initialization into arch_cpu_finalize_init()")
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230703130032.22916-1-jgross@suse.com
2023-07-05 11:44:16 +02:00
..
2023-06-26 13:39:10 -07:00
2023-05-05 12:56:55 -07:00
2023-06-26 13:39:10 -07:00
2023-06-23 16:21:59 -07:00
2023-05-04 12:25:05 -07:00
2023-05-05 12:56:55 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 09:25:45 -07:00
2023-05-05 12:56:55 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 09:50:21 -07:00
2023-06-26 13:39:10 -07:00
2023-06-26 13:39:10 -07:00
2023-06-16 10:15:59 +02:00