summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorEric Dumazet2009-03-21 21:42:55 +0100
committerDavid S. Miller2009-03-21 21:42:55 +0100
commited734a97c6a81b644bd648afd7a337deb0ccd7e5 (patch)
tree2c030345bf9fb6ab6228d4757a96f9f7109fa60e /drivers/net
parentsctp: Clean up TEST_FRAME hacks. (diff)
downloadkernel-qcow2-linux-ed734a97c6a81b644bd648afd7a337deb0ccd7e5.tar.gz
kernel-qcow2-linux-ed734a97c6a81b644bd648afd7a337deb0ccd7e5.tar.xz
kernel-qcow2-linux-ed734a97c6a81b644bd648afd7a337deb0ccd7e5.zip
net: remove useless prefetch() call
There is no gain using prefetch() in dev_hard_start_xmit(), since we already had to read ops->ndo_select_queue pointer in dev_pick_tx(), and both pointers are probably located in the same cache line. This prefetch call slows down fast path because of a stall in address computation. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions