Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / net / core / dev.c
index 9dbece2f1296b65b4c66f8d9d9c3172b59ee1819..9e76d4df6ca0773720d6285985ef551161b0f74a 100644 (file)
@@ -3845,7 +3845,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);
 
@@ -5193,7 +5193,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;
This page took 0.027771 seconds and 5 git commands to generate.