X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=net%2Fcore%2Fdev.c;h=820bac239738eb021354ac95ca5bbdff1840cb8e;hp=f745112f7efa4107d06c14961824cd56e2707314;hb=2a26d99b251b8625d27aed14e97fc10707a3a81f;hpb=fceb9c3e38252992bbf1a3028cc2f7b871211533 diff --git a/net/core/dev.c b/net/core/dev.c index f745112f7efa..820bac239738 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -3846,7 +3846,7 @@ int netif_rx_ni(struct sk_buff *skb) } EXPORT_SYMBOL(netif_rx_ni); -static void net_tx_action(struct softirq_action *h) +static __latent_entropy void net_tx_action(struct softirq_action *h) { struct softnet_data *sd = this_cpu_ptr(&softnet_data); @@ -5200,7 +5200,7 @@ out_unlock: return work; } -static void net_rx_action(struct softirq_action *h) +static __latent_entropy void net_rx_action(struct softirq_action *h) { struct softnet_data *sd = this_cpu_ptr(&softnet_data); unsigned long time_limit = jiffies + 2;