[PATCH 2/2] ARM: bcm: stop selecing CONFIG_TICK_ONESHOT
Florian Fainelli
florian.fainelli at broadcom.com
Wed Feb 28 10:32:27 PST 2024
From: Florian Fainelli <f.fainelli at gmail.com>
On Wed, 28 Feb 2024 13:38:42 +0100, Arnd Bergmann <arnd at kernel.org> wrote:
> From: Arnd Bergmann <arnd at arndb.de>
>
> ARCH_BCM_MOBILE is the only platform that selects CONFIG_TICK_ONESHOT,
> the others stopped 12 years ago in commit 98fab064d321 ("ARM: Remove
> unnecessary selection of TICK_ONESHOT").
>
> This inconsistency caused a build regression after an otherwise
> correct change to the timers subsystem:
>
> kernel/time/tick-sched.c:1599:6: error: redefinition of 'tick_sched_timer_dying'
> 1599 | void tick_sched_timer_dying(int cpu)
> | ^
> kernel/time/tick-sched.h:111:20: note: previous definition is here
> 111 | static inline void tick_sched_timer_dying(int cpu) { }
>
> Drop this dead select.
>
> Fixes: 3aedb7fcd88a ("tick/sched: Remove useless oneshot ifdeffery")
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
Applied to https://github.com/Broadcom/stblinux/commits/soc/next, thanks!
--
Florian
More information about the linux-arm-kernel
mailing list