commit | 6f059c3e9042bc4eaa4f7a8dd651bbed9be144f2 | [log] [tgz] |
---|---|---|
author | Dale Farnsworth <dale@farnsworth.org> | Tue Mar 21 11:44:35 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Mar 21 16:00:51 2006 -0500 |
tree | 7f7793ab7f2e793286a844525f0ab4d057347b7c | |
parent | 9362860fd1d9062ff9b3dca42aa3e1e68c2ddb67 [diff] |
[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>