]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6300bd3565c71ebf69ad76cc2be039bde32e37b8
tree4491a3047dfa2d4774da4dfb52e17ab26c71a871
parent9ae19dc4ac0572b8c9637db673b75b2783c29372
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