commit | 7340cc84141d5236c5dd003359ee921513cd9b84 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Tue Sep 28 08:10:26 2010 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:44:10 2010 +0300 |
tree | fec0ddb018a948773df32cf109c15f4bd596c97d | |
parent | ed59ecbf8904a40cf0a1ee5d6f100d76d2f44e5f [diff] |
slub: reduce differences between SMP and NUMA Reduce the #ifdefs and simplify bootstrap by making SMP and NUMA as much alike as possible. This means that there will be an additional indirection to get to the kmem_cache_node field under SMP. Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>