From: Russell King Date: Fri, 18 Dec 2009 11:10:03 +0000 (+0000) Subject: ARM: Add caller information to ioremap X-Git-Tag: v2.6.34-rc1~241^2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31aa8fd6fd30b0f36416df7d09619768d26b4332;p=pandora-kernel.git ARM: Add caller information to ioremap This allows the procfs vmallocinfo file to show who created the ioremap regions. Note: __builtin_return_address(0) doesn't do what's expected if its used in an inline function, so we leave __arm_ioremap callers in such places alone. Signed-off-by: Russell King --- Reading git-diff-tree failed