mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
LoongArch: Remove clockevents shutdown call on offlining
The clockevents core already detached and unregistered it at this stage. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250906064952.3749122-3-maobibo@loongson.cn
This commit is contained in:
committed by
Thomas Gleixner
parent
fe2a449a45
commit
d55dd6f5e4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user