commit | 7c0cb9c64f83dd9bf18b139ac0de00daba6087c2 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sat Sep 08 17:47:55 2012 -0300 |
committer | Pekka Enberg <penberg@kernel.org> | Tue Sep 25 10:15:58 2012 +0300 |
tree | 4491a3047dfa2d4774da4dfb52e17ab26c71a871 | |
parent | f3f741019595f1e73564d985f5fe8abcbb98c769 [diff] |
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>