Skip to content

Commit

Permalink
multicore: don't enable timer interrupts on secondary cores
Browse files Browse the repository at this point in the history
Keep timer interrupt handling on the primary core, this avoids
secondary cores failing to handle timer interrupts immediately after
power on.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh authored and abonislawski committed Feb 26, 2024
1 parent 901e048 commit 4fc0226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zephyr/lib/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ static FUNC_NORETURN void secondary_init(void *arg)
k_busy_wait(100);

z_smp_thread_init(arg, &dummy_thread);
smp_timer_init();

secondary_core_init(sof_get());

Expand Down

0 comments on commit 4fc0226

Please sign in to comment.