latent_entropy: Mark functions with __latent_entropy
[deliverable/linux.git] / kernel / time / timer.c
index 555670a5143c61bed5e7015f4f13849240be37b9..5f58fd2c220e723058d2c19d762013e2a5022287 100644 (file)
@@ -1630,7 +1630,7 @@ static inline void __run_timers(struct timer_base *base)
 /*
  * This function runs timers and the timer-tq in bottom half context.
  */
-static void run_timer_softirq(struct softirq_action *h)
+static __latent_entropy void run_timer_softirq(struct softirq_action *h)
 {
        struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]);
 
This page took 0.024296 seconds and 5 git commands to generate.