:: commit be70e1b45088c8a250de2dc011bcdf3ee2b3be34

Mintsuki <mintsuki@protonmail.com> — 2026-02-08 05:58

parents: b0ea0c5912

sys/smp: Skip AP with unrecognised PSCI method instead of panicking

diff --git a/common/sys/smp.c b/common/sys/smp.c
index 15930b9c..90187f4c 100644
--- a/common/sys/smp.c
+++ b/common/sys/smp.c
@@ -693,6 +693,7 @@ static struct limine_mp_info *try_dtb_smp( void *dtb,
                 boot_method = BOOT_WITH_PSCI_HVC;
             } else {
                 printv("smp: illegal PSCI method: '%s'\n", psci_method);
+                continue;
             }
 
         } else if (!strcmp(prop, "spin-table")) {
tab: 248 wrap: offon