diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-04-21 20:01:00 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-04-21 20:01:00 +0200 |
commit | 192d5136bbfcd1e61c2f17cc52df875a954d24ec (patch) | |
tree | 27dd76c7386e5b8d177756ad8175e5b700f8541a /runtime/stack-ppc64.c | |
parent | 41d9243cc9d107d1980e18537090ed358dc7920a (diff) | |
parent | 7d7f074398802c84f544e263995ce15874b9f408 (diff) | |
download | systemtap-steved-192d5136bbfcd1e61c2f17cc52df875a954d24ec.tar.gz systemtap-steved-192d5136bbfcd1e61c2f17cc52df875a954d24ec.tar.xz systemtap-steved-192d5136bbfcd1e61c2f17cc52df875a954d24ec.zip |
Merge branch 'user_unwind'
Diffstat (limited to 'runtime/stack-ppc64.c')
-rw-r--r-- | runtime/stack-ppc64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/stack-ppc64.c b/runtime/stack-ppc64.c index 3dc38526..3267194e 100644 --- a/runtime/stack-ppc64.c +++ b/runtime/stack-ppc64.c @@ -7,7 +7,8 @@ * later version. */ -static void __stp_stack_print (struct pt_regs *regs, int verbose, int levels) +static void __stp_stack_print (struct pt_regs *regs, int verbose, int levels, + struct task_struct *tsk) { unsigned long ip, newsp, lr = 0; int count = 0; |