Merge remote-tracking branch 'tip/auto-latest'
[deliverable/linux.git] / kernel / softirq.c
index c372114494f5f879f80defc9c613fdc31dc1c6f4..ad039266a7b382c4804e238f4f9897c3a04bf7a0 100644 (file)
@@ -482,7 +482,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
 }
 EXPORT_SYMBOL(__tasklet_hi_schedule_first);
 
-static void tasklet_action(struct softirq_action *a)
+static __latent_entropy void tasklet_action(struct softirq_action *a)
 {
        struct tasklet_struct *list;
 
@@ -518,7 +518,7 @@ static void tasklet_action(struct softirq_action *a)
        }
 }
 
-static void tasklet_hi_action(struct softirq_action *a)
+static __latent_entropy void tasklet_hi_action(struct softirq_action *a)
 {
        struct tasklet_struct *list;
 
This page took 0.030937 seconds and 5 git commands to generate.