slub: Remove static kmem_cache_cpu array for boot
authorChristoph Lameter <cl@linux.com>
Fri, 20 Aug 2010 17:37:14 +0000 (12:37 -0500)
committerPekka Enberg <penberg@kernel.org>
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 <tj@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c
This page took 0.024282 seconds and 5 git commands to generate.