From: Christoph Lameter Date: Tue, 16 Oct 2007 21:24:58 +0000 (-0700) Subject: [PARISC] Use page allocator instead of slab allocator in pci-dma.c X-Git-Tag: v2.6.24-rc1~118^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7d998e94ec7b7f08bd0c72fc05343435d7fa93;p=pandora-kernel.git [PARISC] Use page allocator instead of slab allocator in pci-dma.c Slab pages obtained via kmalloc are not cacheline aligned. Nor is it advisable to perform VM operations designed for page allocator pages on memory obtained via kmalloc. So replace the page sized allocations in kernel/pci-dma.c with page allocator pages. Signed-off-by: Christoph Lameter Cc: Hugh Dickins Cc: Grant Grundler Cc: Matthew Wilcox Signed-off-by: Andrew Morton Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed