summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time/timer.c')
-rw-r--r--kernel/time/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index 32bf6f75a8fe..2d47980a1bc4 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -1633,7 +1633,7 @@ static inline void __run_timers(struct timer_base *base)
1633/* 1633/*
1634 * This function runs timers and the timer-tq in bottom half context. 1634 * This function runs timers and the timer-tq in bottom half context.
1635 */ 1635 */
1636static void run_timer_softirq(struct softirq_action *h) 1636static __latent_entropy void run_timer_softirq(struct softirq_action *h)
1637{ 1637{
1638 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); 1638 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]);
1639 1639