]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kern/intr: remove support for passing trap frame as argument
authorElliott Mitchell <ehem+freebsd@m5p.com>
Fri, 8 Oct 2021 21:43:26 +0000 (14:43 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 10 May 2024 21:33:24 +0000 (15:33 -0600)
commit38c35248fe3b740e107682b4a10bebe28992590f
treea5ea186f6ffea09de0214fc41658069b673ba182
parent335c7cda12138f2aefa41fb739707612cc12a9be
kern/intr: remove support for passing trap frame as argument

While otherwise a handy potential approach, getting the trap frame via
the argument isn't documented and isn't supposed to be used.  With all
uses removed, now remove support to end the mixed calling conventions.

Differential Revision: https://reviews.freebsd.org/D37688

Reviewed by: imp, mhorne
Pull Request: https://github.com/freebsd/freebsd-src/pull/1225
sys/kern/kern_intr.c