slub: Remove static kmem_cache_cpu array for boot
authorChristoph Lameter <[email protected]>
Fri, 20 Aug 2010 17:37:14 +0000 (12:37 -0500)
committerPekka Enberg <[email protected]>
Sat, 2 Oct 2010 07:24:26 +0000 (10:24 +0300)
commit6c182dc0de26ef97efb6a97a8deab074833764e7
treeef6d4278579ce30117e6095804e861ac35095a43
parent55136592fedf5cc58c03d9b5eb66103a9013d4e5
slub: Remove static kmem_cache_cpu array for boot

The percpu allocator can now handle allocations during early boot.
So drop the static kmem_cache_cpu array.

Cc: Tejun Heo <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
mm/slub.c