diff options
author | Lin Yongting <[email protected]> | 2014-11-26 14:33:49 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2014-11-27 16:00:23 +0000 |
commit | 20cb6abfe0062693183eb2a85f7c73792e96407f (patch) | |
tree | 8a1989fcfd9b1233d8aeed734e0e1e66147eb22b /arch/arm/lib/memmove.S | |
parent | 296630c9c8c6ff5f116b417fafa6067d4c7a786e (diff) |
ARM: 8223/1: Add unwinding support for __memzero function
The __memzero function never had unwinding annotations added.
Currently, when accessing invalid pointer by __memzero occurs the
backtrace shown will stop at __memzero 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 __memzero
2. kprobe trapped at any instruction within __memzero
3. interrupted at any instruction within __memzero
Signed-off-by: Lin Yongting <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'arch/arm/lib/memmove.S')
0 files changed, 0 insertions, 0 deletions