Re: [PATCH] kernel/profile: remove setup_profiling_timer
From: Nick Huang
Date: Mon Aug 24 2026 - 06:49:07 EST
Hi Anthony,
It looks like there are a few other architecture-specific implementations
of setup_profiling_timer() still left after this change:
arch/loongarch/kernel/smp.c
arch/mips/kernel/smp.c
arch/s390/kernel/smp.c
arch/sh/kernel/smp.c
arch/xtensa/kernel/smp.c
s390 also still has a declaration in arch/s390/kernel/entry.h.
These may be worth removing as part of the cleanup as well if there are no
remaining callers.
Thanks,
Nick