Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[NET]: Remove no longer relevant comment in loopback driver.

It talks about __get_cpu_var() which the driver no longer
does.

Signed-off-by: David S. Miller <davem@davemloft.net>

-1
-1
drivers/net/loopback.c
··· 154 154 #endif 155 155 dev->last_rx = jiffies; 156 156 157 - /* it's OK to use __get_cpu_var() because BHs are off */ 158 157 pcpu_lstats = netdev_priv(dev); 159 158 lb_stats = per_cpu_ptr(pcpu_lstats, smp_processor_id()); 160 159 lb_stats->bytes += skb->len;