]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/irq_poll.c
latent_entropy: Mark functions with __latent_entropy
[mirror_ubuntu-artful-kernel.git] / lib / irq_poll.c
index 836f7db4e548e8142b09f8b6d147d926d42a3f99..63be7495dbb250fac3c3a4f92abb7d17a4cbdd2e 100644 (file)
@@ -74,7 +74,7 @@ void irq_poll_complete(struct irq_poll *iop)
 }
 EXPORT_SYMBOL(irq_poll_complete);
 
-static void irq_poll_softirq(struct softirq_action *h)
+static void __latent_entropy irq_poll_softirq(struct softirq_action *h)
 {
        struct list_head *list = this_cpu_ptr(&blk_cpu_iopoll);
        int rearm = 0, budget = irq_poll_budget;