X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=1bf81ef913755ae797c90e2affc3330f54d3a7df;hb=86126748cd5063aa888ce252f16b89b35e7d4707;hp=66762645f9e86c30505610736f0380a2cdd1ae00;hpb=8dfb790b15e779232d5d4e3f0102af2bea21ca55;p=sfrench%2Fcifs-2.6.git diff --git a/kernel/softirq.c b/kernel/softirq.c index 66762645f9e8..1bf81ef91375 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -496,7 +496,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; @@ -532,7 +532,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;