commit | 2c59dd6544212faa5ce761920d2251f4152f408d | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Thu Jan 10 19:14:19 2013 +0000 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Feb 01 12:32:08 2013 +0200 |
tree | c2547eb50205b72368e0b4758fc7c9a0111238a5 | |
parent | 9e5e8deca74603357626471a9b44f05dea9e32b1 [diff] |
slab: Common Kmalloc cache determination Extract the optimized lookup functions from slub and put them into slab_common.c. Then make slab use these functions as well. Joonsoo notes that this fixes some issues with constant folding which also reduces the code size for slub. https://lkml.org/lkml/2012/10/20/82 Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>