K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-04-13T17:37:31.422198Z K 7 svn:log V 384 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 Reviewed by: kib END