From: Eduard - Gabriel Munteanu Date: Tue, 19 Aug 2008 17:43:25 +0000 (+0300) Subject: SLUB: Replace __builtin_return_address(0) with _RET_IP_. X-Git-Tag: v2.6.29-rc1~565^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce71e27c6fdc43c29f36d307b9100bde70c947fc;p=pandora-kernel.git SLUB: Replace __builtin_return_address(0) with _RET_IP_. This patch replaces __builtin_return_address(0) with _RET_IP_, since a previous patch moved _RET_IP_ and _THIS_IP_ to include/linux/kernel.h and they're widely available now. This makes for shorter and easier to read code. [penberg@cs.helsinki.fi: remove _RET_IP_ casts to void pointer] Signed-off-by: Eduard - Gabriel Munteanu Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed