From: Dale Farnsworth Date: Tue, 21 Mar 2006 18:44:35 +0000 (-0700) Subject: [PATCH] mv643xx_eth: Cache align skb->data if CONFIG_NOT_COHERENT_CACHE X-Git-Tag: v2.6.17-rc1~1164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f059c3e9042bc4eaa4f7a8dd651bbed9be144f2;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed