Eric Dumazet ed734a97c6 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>
2009-03-21 13:42:55 -07:00
..
2009-03-21 13:42:55 -07:00
2008-11-14 00:53:54 -08:00
2008-11-25 17:35:18 -08:00
2009-03-03 01:14:27 -08:00
2008-11-18 18:52:37 +11:00
2009-02-26 23:43:19 -08:00
2008-07-25 10:53:29 -07:00