From: Lin Yongting Date: Wed, 26 Nov 2014 13:36:15 +0000 (+0100) Subject: ARM: 8224/1: Add unwinding support for memmove function X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207a6cb06990c298d0eac982e053d370e216d93d;p=pandora-kernel.git ARM: 8224/1: Add unwinding support for memmove function The memmove function never had unwinding annotations added. Currently, when accessing invalid pointer by memmove occurs the backtrace shown will stop at memmove or some completely unrelated function. Add unwinding annotations in hopes of getting a more useful backtrace in following cases: 1. die on accessing invalid pointer by memmove 2. kprobe trapped at any instruction within memmove 3. interrupted at any instruction within memmove Signed-off-by: Lin Yongting Signed-off-by: Russell King --- Reading git-diff-tree failed