summaryrefslogtreecommitdiffstats
path: root/asm/asm-offsets.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-18 14:57:33 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-18 14:57:33 +1100
commit8f41f30053e2b1431703f3c7e19dc8bf7107b19a (patch)
tree1e8112eb729e10bf96bb713029d2c3e7e0af7436 /asm/asm-offsets.c
parent20410452b956edaf7790803d441768fbf707b36c (diff)
downloadtalos-skiboot-8f41f30053e2b1431703f3c7e19dc8bf7107b19a.tar.gz
talos-skiboot-8f41f30053e2b1431703f3c7e19dc8bf7107b19a.zip
Capture backtraces when measuring stack depth
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'asm/asm-offsets.c')
-rw-r--r--asm/asm-offsets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/asm-offsets.c b/asm/asm-offsets.c
index 4fb23440..74f3124c 100644
--- a/asm/asm-offsets.c
+++ b/asm/asm-offsets.c
@@ -37,10 +37,11 @@ int main(void)
OFFSET(CPUTHREAD_STATE, cpu_thread, state);
OFFSET(CPUTHREAD_CUR_TOKEN, cpu_thread, current_token);
DEFINE(CPUTHREAD_GAP, sizeof(struct cpu_thread) + STACK_SAFETY_GAP);
+#ifdef STACK_CHECK_ENABLED
OFFSET(CPUTHREAD_STACK_BOT_MARK, cpu_thread, stack_bot_mark);
OFFSET(CPUTHREAD_STACK_BOT_PC, cpu_thread, stack_bot_pc);
OFFSET(CPUTHREAD_STACK_BOT_TOK, cpu_thread, stack_bot_tok);
-
+#endif
OFFSET(STACK_TYPE, stack_frame, type);
OFFSET(STACK_LOCALS, stack_frame, locals);
OFFSET(STACK_GPR0, stack_frame, gpr[0]);
OpenPOWER on IntegriCloud