mirror of https://github.com/thesofproject/sof.git
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:
parent
49abf3f54c
commit
0e29dc690d
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue