From dd0fe0cc728316f96a8800deee2b581fee515cfc Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 4 Jan 2026 13:36:53 +0100 Subject: [PATCH] changes start.S to add SMT initialization if NUM_HARTS is set and >1 --- env/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/start.S b/env/start.S index e6849ca..016b218 100644 --- a/env/start.S +++ b/env/start.S @@ -30,7 +30,7 @@ _start: 2: la t0, trap_entry csrw mtvec, t0 -#if defined(NUM_HARTS) && NUM_HARTS>1 +#if defined(NUM_HARTS) /* block other cores until hart 0 has finished initialization */ csrr t0, mhartid beqz t0, hart0_init