mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fpu fix from Borislav Petkov: - Do FPU AP initialization on Xen PV too which got missed by the recent boot reordering work * tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/xen: Fix secondary processors' FPU initialization
This commit is contained in:
@@ -63,6 +63,7 @@ static void cpu_bringup(void)
|
|||||||
cr4_init();
|
cr4_init();
|
||||||
cpuhp_ap_sync_alive();
|
cpuhp_ap_sync_alive();
|
||||||
cpu_init();
|
cpu_init();
|
||||||
|
fpu__init_cpu();
|
||||||
touch_softlockup_watchdog();
|
touch_softlockup_watchdog();
|
||||||
|
|
||||||
/* PVH runs in ring 0 and allows us to do native syscalls. Yay! */
|
/* PVH runs in ring 0 and allows us to do native syscalls. Yay! */
|
||||||
|
Reference in New Issue
Block a user