mm, slab: Replace 'caller' type, void* -> unsigned long
authorEzequiel Garcia <elezegarcia@gmail.com>
Sat, 8 Sep 2012 20:47:55 +0000 (17:47 -0300)
committerPekka Enberg <penberg@kernel.org>
Tue, 25 Sep 2012 07:15:58 +0000 (10:15 +0300)
commit7c0cb9c64f83dd9bf18b139ac0de00daba6087c2
tree4491a3047dfa2d4774da4dfb52e17ab26c71a871
parentf3f741019595f1e73564d985f5fe8abcbb98c769
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 <elezegarcia@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slab.c