[POWERPC] Fix kmalloc alignment on non-coherent DMA platforms
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Nov 2007 08:25:06 +0000 (19:25 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 20 Nov 2007 00:37:43 +0000 (11:37 +1100)
On platforms doing non-coherent DMA (4xx, 8xx, ...), it's important
that the kmalloc minimum alignment is set to the cache line size, to
avoid sharing cache lines between different objects, so that DMA to
one of the objects doesn't corrupt the other.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found