mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 22:31:47 -04:00
timers: Rename init_timers() as timers_init()
Move this API to the canonical timers_*() namespace. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250507175338.672442-8-mingo@kernel.org
This commit is contained in:
committed by
Thomas Gleixner
parent
220beffd36
commit
751e6a394c
@@ -168,7 +168,7 @@ extern int timer_delete(struct timer_list *timer);
|
||||
extern int timer_shutdown_sync(struct timer_list *timer);
|
||||
extern int timer_shutdown(struct timer_list *timer);
|
||||
|
||||
extern void init_timers(void);
|
||||
extern void timers_init(void);
|
||||
struct hrtimer;
|
||||
extern enum hrtimer_restart it_real_fn(struct hrtimer *);
|
||||
|
||||
|
||||
@@ -1002,7 +1002,7 @@ void start_kernel(void)
|
||||
init_IRQ();
|
||||
tick_init();
|
||||
rcu_init_nohz();
|
||||
init_timers();
|
||||
timers_init();
|
||||
srcu_init();
|
||||
hrtimers_init();
|
||||
softirq_init();
|
||||
|
||||
@@ -2612,7 +2612,7 @@ static void __init init_timer_cpus(void)
|
||||
init_timer_cpu(cpu);
|
||||
}
|
||||
|
||||
void __init init_timers(void)
|
||||
void __init timers_init(void)
|
||||
{
|
||||
init_timer_cpus();
|
||||
posix_cputimers_init_work();
|
||||
|
||||
Reference in New Issue
Block a user