:: commit 42cd5249b8161c002980645f6e9f0d38cebbfe07

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

parents: 45cfdc4833

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