Skip to content

Commit a4d963b

Browse files
committed
Merge tag 'x86-platform-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform update from Ingo MolnarL - x86/hyperv: Fix smp_ops build failure on UP kernels (Ingo Molnar) * tag 'x86-platform-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/hyperv: Fix smp_ops build failure on UP kernels
2 parents b490d2a + ac059ae commit a4d963b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/x86/hyperv/hv_crash.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,9 @@ void hv_root_crash_init(void)
628628
if (rc)
629629
goto err_out;
630630

631+
#ifdef CONFIG_SMP
631632
smp_ops.crash_stop_other_cpus = hv_crash_stop_other_cpus;
633+
#endif
632634

633635
crash_kexec_post_notifiers = true;
634636
hv_crash_enabled = true;

0 commit comments

Comments
 (0)