commit | 756dee75872a2a764b478e18076360b8a4ec9045 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux-foundation.org> | Fri Dec 18 16:26:21 2009 -0600 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Sun Dec 20 09:57:00 2009 +0200 |
tree | c4a09707be2f926631815dec98b0e0f3f4b9ae20 | |
parent | 9dfc6e68bfe6ee452efb1a4e9ca26a9007f2b864 [diff] |
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 <cl@linux-foundation.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>