[PATCH] skge: use prefetch on receive
authorStephen Hemminger <shemminger@osdl.org>
Tue, 8 Nov 2005 18:33:44 +0000 (10:33 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 9 Nov 2005 04:58:08 +0000 (23:58 -0500)
commit1631aef15193ef8a199982fa3d45db4d07786d7f
tree7f000cf60191805de8faa54fbf51f02c30abf0c3
parent355ec57243574c439a4b731fc83af6165ec2f1ec
[PATCH] skge: use prefetch on receive

Use prefetch() in the interrupt path to try and look ahead
at the next place will be looking at in the ring.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/skge.c