opnsense-src/sys/cddl/dev/dtrace/arm
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 On ARM, unlike some other architectures, saved $pc values from in-kernel 2015-03-15 15:17:34 +00:00
dtrace_subr.c Add support for walltimestamp to DTrace on ARM. 2015-03-07 04:38:25 +00:00
regset.h