From: Douglas Anderson Date: Wed, 28 Aug 2013 23:08:01 +0000 (+0100) Subject: ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables X-Git-Tag: v3.12-rc1~128^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849b882b52df0f276d9ffded01d85654aa0da422;p=pandora-kernel.git ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables It appears that gcc may put some code in ".text.unlikely" or ".text.hot" sections. Right now those aren't accounted for in unwind tables. Add them. I found some docs about this at: http://gcc.gnu.org/onlinedocs/gcc-4.6.2/gcc.pdf Without this, if you have slub_debug turned on, you can get messages that look like this: unwind: Index not found 7f008c50 Signed-off-by: Doug Anderson Acked-by: Mike Frysinger Signed-off-by: Russell King --- Reading git-diff-tree failed