From: Christoph Lameter Date: Fri, 18 Dec 2009 22:26:21 +0000 (-0600) Subject: SLUB: Get rid of dynamic DMA kmalloc cache allocation X-Git-Tag: v2.6.34-rc1~189^2~1^5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756dee75872a2a764b478e18076360b8a4ec9045;p=pandora-kernel.git SLUB: Get rid of dynamic DMA kmalloc cache allocation Dynamic DMA kmalloc cache allocation is troublesome since the new percpu allocator does not support allocations in atomic contexts. Reserve some statically allocated kmalloc_cpu structures instead. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed