[PATCH] mv643xx_eth: Cache align skb->data if CONFIG_NOT_COHERENT_CACHE
authorDale Farnsworth <dale@farnsworth.org>
Tue, 21 Mar 2006 18:44:35 +0000 (11:44 -0700)
committerJeff Garzik <jeff@garzik.org>
Tue, 21 Mar 2006 21:00:51 +0000 (16:00 -0500)
commit6f059c3e9042bc4eaa4f7a8dd651bbed9be144f2
tree7f7793ab7f2e793286a844525f0ab4d057347b7c
parent9362860fd1d9062ff9b3dca42aa3e1e68c2ddb67
[PATCH] mv643xx_eth: Cache align skb->data if CONFIG_NOT_COHERENT_CACHE

When I/O is non-cache-coherent, we need to ensure that the I/O buffers
we use don't share cache lines with other data.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/mv643xx_eth.h