net: remove NETDEV_TX_LOCKED support
No more users in the tree, remove NETDEV_TX_LOCKED support. Adds another hole in softnet_stats struct, but better than keeping the unused collision counter around. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a6086a8937
commit
f0cdf76c10
@@ -162,7 +162,8 @@ static int softnet_seq_show(struct seq_file *seq, void *v)
|
||||
"%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
||||
sd->processed, sd->dropped, sd->time_squeeze, 0,
|
||||
0, 0, 0, 0, /* was fastroute */
|
||||
sd->cpu_collision, sd->received_rps, flow_limit_count);
|
||||
0, /* was cpu_collision */
|
||||
sd->received_rps, flow_limit_count);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user