commit | 6c182dc0de26ef97efb6a97a8deab074833764e7 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Fri Aug 20 12:37:14 2010 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:24:26 2010 +0300 |
tree | ef6d4278579ce30117e6095804e861ac35095a43 | |
parent | 55136592fedf5cc58c03d9b5eb66103a9013d4e5 [diff] |
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>