From: Christoph Lameter Date: Thu, 10 Jan 2013 19:14:19 +0000 (+0000) Subject: slab: Common Kmalloc cache determination X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~15^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c59dd6544212faa5ce761920d2251f4152f408d;p=pandora-kernel.git 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 Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed