Skip to content

Commit

Permalink
ADSP: don't use timer interrupts on secondary cores
Browse files Browse the repository at this point in the history
On Intel ADSP we choose to only serve the timer interrupt on the
primary core.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh committed Mar 4, 2024
1 parent 31c97d3 commit 792a569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/timer/intel_adsp_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static void irq_init(void)

void smp_timer_init(void)
{
irq_init();
}

/* Runs on core 0 only */
Expand Down

0 comments on commit 792a569

Please sign in to comment.