freebsd-dev/sys/cddl/dev/dtrace/mips
Mark Johnston 8241ee3b2c 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
2015-04-24 03:19:30 +00:00
..
dtrace_asm.S Fix DTrace's panic() action. 2015-04-24 03:19:30 +00:00
dtrace_isa.c - For o32 ABI get arguments from the stack 2012-03-26 21:47:06 +00:00
dtrace_subr.c Restore the trap type argument to the DTrace trap hook, removed in r268600. 2014-12-23 15:38:19 +00:00
regset.h