]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a C wrapper for trap() instead of checking and calling the DTrace trap
authorMark Johnston <markj@FreeBSD.org>
Sat, 19 Jul 2014 02:27:31 +0000 (02:27 +0000)
committerMark Johnston <markj@FreeBSD.org>
Sat, 19 Jul 2014 02:27:31 +0000 (02:27 +0000)
commit5a5f9d21ddfff1fc678fbd31e45d1cd47353f009
treefa6acb894a16dcf66be48bf8b580edf47ec7b566
parentbef4f148b1af9f114617b97979f5ab7c0b739d7b
Use a C wrapper for trap() instead of checking and calling the DTrace trap
hook in assembly.

Suggested by: kib
Reviewed by: kib (original version)
X-MFC-With: r268600
sys/amd64/amd64/exception.S
sys/amd64/amd64/trap.c
sys/cddl/dev/dtrace/amd64/dtrace_subr.c
sys/cddl/dev/fbt/fbt.c