HomeFreeBSD

Fix DTrace's panic() action.

Description

Fix DTrace's panic() action.

It would previously call into some unfinished Solaris compatibility code and
return without actually calling panic(9). The compatibility code is
unneeded, however, so just remove it and have dtrace_panic() call vpanic(9)
directly.

Differential Revision: https://reviews.freebsd.org/D2349
Reviewed by: avg
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division

Details

Provenance
markjAuthored on
Reviewer
avg
Differential Revision
D2349: dtrace: fix the panic action
Parents
rS281915: Make vpanic() externally visible so that it can be called as part of the
Branches
Unknown
Tags
Unknown