diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-22 11:57:40 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-22 11:57:40 -0400 |
commit | bc815e0692536da04956f038f5f79941579f8d74 (patch) | |
tree | 98b0f8cfdd90c225f5b5fede18352caee5d9a546 /runtime/stack-s390.c | |
parent | 88e8da383e47adafc9e75c4f10aecd0ce4ad959f (diff) | |
parent | 247f1e1fa09953347a4e5313ae0022f151316dae (diff) | |
download | systemtap-steved-bc815e0692536da04956f038f5f79941579f8d74.tar.gz systemtap-steved-bc815e0692536da04956f038f5f79941579f8d74.tar.xz systemtap-steved-bc815e0692536da04956f038f5f79941579f8d74.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/stack-s390.c')
-rw-r--r-- | runtime/stack-s390.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/stack-s390.c b/runtime/stack-s390.c index c9654102..14e9b7d8 100644 --- a/runtime/stack-s390.c +++ b/runtime/stack-s390.c @@ -66,7 +66,8 @@ __stp_show_stack (unsigned long sp, unsigned long low, } static void __stp_stack_print (struct pt_regs *regs, - int verbose, int levels) + int verbose, int levels, + struct task_struct *tsk) { unsigned long *_sp = (unsigned long *)®_SP(regs); unsigned long sp = (unsigned long)_sp; |