aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-10-14 16:46:22 -0400
committerChris Metcalf <cmetcalf@tilera.com>2010-10-15 15:39:25 -0400
commitc569cac8b69397d8bc80f95bc6edf13ed902e28b (patch)
tree9a51659777f876f401189fe17d35c69430a91797 /arch/tile/include
parent29507663dfa2590647a1ef66f3652a0cac033eca (diff)
downloadkernel_samsung_smdk4412-c569cac8b69397d8bc80f95bc6edf13ed902e28b.zip
kernel_samsung_smdk4412-c569cac8b69397d8bc80f95bc6edf13ed902e28b.tar.gz
kernel_samsung_smdk4412-c569cac8b69397d8bc80f95bc6edf13ed902e28b.tar.bz2
arch/tile: support new info op generated by compiler
This just syncs the backtracing support in the kernel to the upstream backtrace library. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include')
-rw-r--r--arch/tile/include/asm/backtrace.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/tile/include/asm/backtrace.h b/arch/tile/include/asm/backtrace.h
index 758ca46..f18887d 100644
--- a/arch/tile/include/asm/backtrace.h
+++ b/arch/tile/include/asm/backtrace.h
@@ -146,7 +146,10 @@ enum {
CALLER_SP_IN_R52_BASE = 4,
- CALLER_SP_OFFSET_BASE = 8
+ CALLER_SP_OFFSET_BASE = 8,
+
+ /* Marks the entry point of certain functions. */
+ ENTRY_POINT_INFO_OP = 16
};