Date: Tue, 20 Mar 2007 16:41:11 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 116216 for review Message-ID: <200703201641.l2KGfBUk005829@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=116216 Change 116216 by gonzo@gonzo_jeeves on 2007/03/20 16:40:47 o Add handling of asynchronous software trap to userland exceptions handler and userland interrupts handler. Affected files ... .. //depot/projects/mips2/src/sys/mips/mips/exception.S#20 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/exception.S#20 (text+ko) ==== @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/mips2/src/sys/mips/mips/exception.S#19 $ + * $P4: //depot/projects/mips2/src/sys/mips/mips/exception.S#20 $ */ /* $NetBSD: mipsX_subr.S,v 1.19 2005/12/11 12:18:09 christos Exp $ */ @@ -693,11 +693,8 @@ jal trap nop + DO_AST - ### - ### TODO: Check pending traps here. - ### - /* * Make sure interrupts are disabled for the purposes of * having a clean go at restoring. @@ -749,9 +746,7 @@ nop - ### - ### TODO: Check pending traps here. - ### + DO_AST /* * Make sure interrupts are disabled for the purposes ofhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703201641.l2KGfBUk005829>
