From 792a569a93ea1d7f2aef2a6e60a4849f8e496ed5 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 27 Feb 2024 14:13:10 +0100 Subject: [PATCH] ADSP: don't use timer interrupts on secondary cores On Intel ADSP we choose to only serve the timer interrupt on the primary core. Signed-off-by: Guennadi Liakhovetski --- drivers/timer/intel_adsp_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/timer/intel_adsp_timer.c b/drivers/timer/intel_adsp_timer.c index 116a512f8fe287..ad693637c2cb0b 100644 --- a/drivers/timer/intel_adsp_timer.c +++ b/drivers/timer/intel_adsp_timer.c @@ -210,7 +210,6 @@ static void irq_init(void) void smp_timer_init(void) { - irq_init(); } /* Runs on core 0 only */