From: Ezequiel Garcia Date: Sat, 8 Sep 2012 20:47:55 +0000 (-0300) Subject: mm, slab: Replace 'caller' type, void* -> unsigned long X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0cb9c64f83dd9bf18b139ac0de00daba6087c2;p=pandora-kernel.git mm, slab: Replace 'caller' type, void* -> unsigned long This allows to use _RET_IP_ instead of builtin_address(0), thus achiveing implementation consistency in all three allocators. Though maybe a nitpick, the real goal behind this patch is to be able to obtain common code between SLAB and SLUB. Signed-off-by: Ezequiel Garcia Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed