]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0d3e077b7c4c1f403a917512199b67fcec72643f
tree7f7793ab7f2e793286a844525f0ab4d057347b7c
parentc2ac3a8946ef11df2e4670c81317d332b1a1db38
[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