]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Expose doreti as a global symbol on amd64 and i386.
authorjhb <jhb@FreeBSD.org>
Wed, 13 Apr 2016 17:37:31 +0000 (17:37 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 13 Apr 2016 17:37:31 +0000 (17:37 +0000)
commitb5f76666d8323fcca3f58de34e2e065c6ea9478c
tree22756e79900f5981e72ed2cc5c1771ee865daa31
parentc87a3c998c1cd3ed74f6233e2cb7682c6dec412f
Expose doreti as a global symbol on amd64 and i386.

doreti provides the common code path for returning from interrupt
andlers on x86.  Exposing doreti as a global symbol allows kernel
modules to include low-level interrupt handlers instead of requiring
all low-level handlers to be statically compiled into the kernel.

Submitted by: Howard Su <howard0su@gmail.com>
Reviewed by: kib
sys/amd64/amd64/exception.S
sys/i386/i386/exception.s