]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "stack() / jstack(): Send PID to userspace."
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 10 Apr 2013 08:40:53 +0000 (04:40 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 10 Apr 2013 08:40:53 +0000 (04:40 -0400)
commitaa409a8f610cfeab5a0858e5f58faf594153b6c9
tree45b7662a72f67d3a25d219711d06f0919a98a005
parent4ffba11c271ae9177ac69cc0fd0650c24a37cb1e
Revert "stack() / jstack(): Send PID to userspace."

This reverts commit d42235829341592e23996d727bc5c3beebec1e57.  The bug with
the PID not being passed is a bug in dtrace_isa.c instead, and there is a slot
already reserved for that.  So this patch was not necessary, and the bug will
be fixed in dtrace_isa.c get_ufpstack and get_upcstack with a subsequent
commit.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_ecb.c
dtrace/dtrace_probe.c