From: Uwe Kleine-König Date: Wed, 24 Sep 2014 07:51:57 +0000 (+0100) Subject: ARM: 8160/1: drop warning about return_address not using unwind tables X-Git-Tag: sz_174~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9d74a1b9c0c5196593ba2c517d1434c824211e;p=pandora-kernel.git ARM: 8160/1: drop warning about return_address not using unwind tables The warning was introduced in 2009 (commit 4bf1fa5a34aa ([ARM] 5613/1: implement CALLER_ADDRESSx)). The only "problem" here is that CALLER_ADDRESSx for x > 1 returns NULL which doesn't do much harm. The drawback of implementing a fix (i.e. use unwind tables to implement CALLER_ADDRESSx) is that much of the unwinder code would need to be marked as not traceable. Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- Reading git-diff-tree failed