]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: correct mutex_* subroutines
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 16 May 2017 13:33:26 +0000 (09:33 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Tue, 23 May 2017 13:36:02 +0000 (09:36 -0400)
commitf86952105296add6f4a1ca9f298279a219c91b4b
tree2e8d054816b43a2612906552246f78a665287169
parent7c92b2aefa154306b73ca50c4321bb1d3da208a6
dtrace: correct mutex_* subroutines

The mutex_* subroutines were not accessing the state of a mutex
correctly, causing incorrect results.

This commit also cleans up DIF emulation debug output a tiny bit.

Orabug: 26044447
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Reviewed-by: Tomas Jedlicka <tomas.jedlicka@oracle.com>
dtrace/dtrace_dif.c