diff options
author | David Smith <dsmith@redhat.com> | 2009-03-12 12:58:49 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-03-12 12:58:49 -0500 |
commit | 2791f774da562b5a2bfc976baad246999da29ea6 (patch) | |
tree | d1ece2d650e6307d86ed6269d4afffbaf30e05c3 /runtime/stack-i386.c | |
parent | 976f6b6a6fae081d1d72d06457d64af87db789ef (diff) | |
parent | 96b030fe8a0bb0297d23638e2975a3e9eb2b85b6 (diff) | |
download | systemtap-steved-2791f774da562b5a2bfc976baad246999da29ea6.tar.gz systemtap-steved-2791f774da562b5a2bfc976baad246999da29ea6.tar.xz systemtap-steved-2791f774da562b5a2bfc976baad246999da29ea6.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into pr7043
Diffstat (limited to 'runtime/stack-i386.c')
-rw-r--r-- | runtime/stack-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-i386.c b/runtime/stack-i386.c index 206801d8..5a18c9d8 100644 --- a/runtime/stack-i386.c +++ b/runtime/stack-i386.c @@ -14,7 +14,7 @@ static int _stp_valid_stack_ptr(unsigned long context, unsigned long p) } /* DWARF unwinder failed. Just dump intereting addresses on kernel stack. */ -#if ! (defined(CONFIG_STACKTRACE) && LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26)) +#if !defined(STAPCONF_KERNEL_STACKTRACE) static void _stp_stack_print_fallback(unsigned long stack, int verbose, int levels) { unsigned long addr; |