]> git.itanic.dy.fi Git - linux-stable/commit
e1000: remove risky prefetch on next_skb->data
authorAuke Kok <auke-jan.h.kok@intel.com>
Thu, 8 Jun 2006 16:28:47 +0000 (09:28 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Thu, 8 Jun 2006 16:28:47 +0000 (09:28 -0700)
commit24f476eeecba66524af3f95e31ac208eea99e617
treebbcd87d78ea4bd38100645ca28797a5c3df9a741
parentb9b6e78b11de295ef073271979355d5fab71b877
e1000: remove risky prefetch on next_skb->data

It was brought to our attention that the prefetches break e1000 traffic
on xscale/arm architectures.  Remove them for now.  We'll let them
stay in mm for a while, or find a better solution to enable.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e1000/e1000_main.c