diff options
author | hunt <hunt> | 2005-08-31 18:24:26 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-08-31 18:24:26 +0000 |
commit | 5a90d39d40a4360db4715408190aee558dbc3813 (patch) | |
tree | 36181c4b49e9ea92bf37e2e5a1a6b2db669b47b0 /runtime/stack.c | |
parent | 9a062ac8db299aeea20f189dafa253875889abb8 (diff) | |
download | systemtap-steved-5a90d39d40a4360db4715408190aee558dbc3813.tar.gz systemtap-steved-5a90d39d40a4360db4715408190aee558dbc3813.tar.xz systemtap-steved-5a90d39d40a4360db4715408190aee558dbc3813.zip |
2005-08-31 Martin Hunt <hunt@redhat.com>
* sym.c (_stp_kallsyms_lookup): Moved to runtime.h.
* stack.c (_stp_kta): Moved to runtime.h.
* runtime.h (init_module): Initialize _stp_kallsyms_lookup
and _stp_kta.
* probes.c (_stp_lookup_name): Replaced by kallsyms_lookup_name().
Diffstat (limited to 'runtime/stack.c')
-rw-r--r-- | runtime/stack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/stack.c b/runtime/stack.c index 1f7073f5..ba0c9935 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -20,8 +20,6 @@ #include "sym.c" #include "regs.h" -static int (*_stp_kta)(unsigned long addr)=(void *)KTA; - #if defined (__x86_64__) static void __stp_stack_sprint (String str, unsigned long *stack, int verbose, int levels) |