diff options
author | ddomingo <ddomingo@redhat.com> | 2009-02-19 12:53:32 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-02-19 12:53:32 +1000 |
commit | 1a0264b672725e7f770c27bb60636eb4588315b6 (patch) | |
tree | 624f9ee513aa16ba446125bac8d56cd815513916 /runtime/stack-x86_64.c | |
parent | 6e21839983c9f8e112ec23205f98117705bfcd04 (diff) | |
parent | 60ea929119a82b462bc32dd42a48972ee04420e0 (diff) | |
download | systemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.tar.gz systemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.tar.xz systemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/stack-x86_64.c')
-rw-r--r-- | runtime/stack-x86_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c index 060f370d..183de0a0 100644 --- a/runtime/stack-x86_64.c +++ b/runtime/stack-x86_64.c @@ -10,7 +10,7 @@ /* DWARF unwinder failed. Just dump intereting addresses on kernel stack. */ -#ifndef CONFIG_STACKTRACE +#if ! (defined(CONFIG_STACKTRACE) && LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26)) static void _stp_stack_print_fallback(unsigned long stack, int verbose, int levels) { unsigned long addr; |