From 20d2c2c26b42b27a4881a46364a33330b2a6ea31 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Sun, 30 Mar 2008 19:47:51 -0400 Subject: Support for kernels built with CONFIG_FRAME_POINTER --- runtime/transport/symbols.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/transport/symbols.c') diff --git a/runtime/transport/symbols.c b/runtime/transport/symbols.c index 83a3a635..118d5693 100644 --- a/runtime/transport/symbols.c +++ b/runtime/transport/symbols.c @@ -581,7 +581,10 @@ static int _stp_init_modules(void) /* unlocks the list */ modules_op->stop(NULL, NULL); -#ifndef CONFIG_FRAME_POINTER +#ifdef STP_USE_FRAME_POINTER + /* done with modules, now go */ + _stp_ctl_send(STP_TRANSPORT, NULL, 0); +#else /* now that we have all the modules, ask for their unwind info */ { unsigned long flags; -- cgit