PERFORCE change 116216 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Tue Mar 20 16:41:11 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=116216
Change 116216 by gonzo at 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 of
More information about the p4-projects
mailing list