multicore: don't enable timer interrupts on secondary cores

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 <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2024-02-23 16:55:46 +01:00 committed by Liam Girdwood
parent 49abf3f54c
commit 0e29dc690d
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ static FUNC_NORETURN void secondary_init(void *arg)
atomic_set(&ready_flag, 1);
z_smp_thread_init(arg, &dummy_thread);
smp_timer_init();
secondary_core_init(sof_get());