Commit d55dd6f5 authored by Bibo Mao's avatar Bibo Mao Committed by Thomas Gleixner
Browse files

LoongArch: Remove clockevents shutdown call on offlining



The clockevents core already detached and unregistered it at this stage.

Signed-off-by: default avatarBibo Mao <maobibo@loongson.cn>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250906064952.3749122-3-maobibo@loongson.cn
parent fe2a449a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,8 +112,6 @@ static int arch_timer_starting(unsigned int cpu)

static int arch_timer_dying(unsigned int cpu)
{
	constant_set_state_shutdown(this_cpu_ptr(&constant_clockevent_device));

	/* Clear Timer Interrupt */
	write_csr_tintclear(CSR_TINTCLR_TI);