summaryrefslogtreecommitdiffstats
path: root/runtime/task_finder.c
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-04-20 13:54:51 -0500
committerDavid Smith <dsmith@redhat.com>2009-04-20 13:54:51 -0500
commitcfee927fb9fc96fa06c55219abce6349a15d47e6 (patch)
tree38120268b5355782110cd972bd42af5a8c3bac83 /runtime/task_finder.c
parentbe8770ce0c66eea1113c3c91682b4fdf6ae1ec77 (diff)
downloadsystemtap-steved-cfee927fb9fc96fa06c55219abce6349a15d47e6.tar.gz
systemtap-steved-cfee927fb9fc96fa06c55219abce6349a15d47e6.tar.xz
systemtap-steved-cfee927fb9fc96fa06c55219abce6349a15d47e6.zip
Uses upstream ia64 syscall functions.
2009-04-20 David Smith <dsmith@redhat.com> * runtime/syscall.h (syscall_get_nr): Uses upstream version of syscall_get_nr() for ia64. (syscall_get_arguments): Ditto. (in_syscall): New ia64-only function from upstream. (syscall_get_set_args_cb): Ditto. (ia64_syscall_get_set_arguments): Ditto. * runtime/task_finder.c (stap_register_task_finder_target): Removed ia64 register cache.
Diffstat (limited to 'runtime/task_finder.c')
-rw-r--r--runtime/task_finder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/task_finder.c b/runtime/task_finder.c
index fa6c296e..93b89cb9 100644
--- a/runtime/task_finder.c
+++ b/runtime/task_finder.c
@@ -1071,9 +1071,6 @@ __stp_utrace_task_finder_target_syscall_exit(enum utrace_resume_action action,
int rc;
struct mm_struct *mm;
struct vm_area_struct *vma;
-#if defined(__ia64__)
- struct { unsigned long *unwaddr; } _c = {.unwaddr = NULL}, *c = &_c;
-#endif
if (atomic_read(&__stp_task_finder_state) != __STP_TF_RUNNING) {
debug_task_finder_detach();