]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move KTRUSERRET() from userret() to ast(). It's a really long
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 3 Oct 2020 12:03:08 +0000 (12:03 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 3 Oct 2020 12:03:08 +0000 (12:03 +0000)
commit4658877815f78aea73353b288bec4076854430a3
treea8593716dd17584cbce6aa02fe90b08211800d96
parentfedeb08b6a58e708e1153224d37ad26bdc1062a2
Move KTRUSERRET() from userret() to ast().  It's a really long
detour - it writes ktrace entries to the filesystem - so the overhead
of ast() won't make any difference.

Reviewed by: kib
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D26404
sys/kern/kern_ktrace.c
sys/kern/subr_trap.c