Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Bibo Mao and committed by
Thomas Gleixner
d55dd6f5 fe2a449a

-2
-2
arch/loongarch/kernel/time.c
··· 112 112 113 113 static int arch_timer_dying(unsigned int cpu) 114 114 { 115 - constant_set_state_shutdown(this_cpu_ptr(&constant_clockevent_device)); 116 - 117 115 /* Clear Timer Interrupt */ 118 116 write_csr_tintclear(CSR_TINTCLR_TI); 119 117