Actually finish this change from three months ago.

This commit is contained in:
mycroft 1994-03-25 00:06:43 +00:00
parent df96b74ad3
commit 99b8c3e6f6
1 changed files with 3 additions and 11 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)icu.s 7.2 (Berkeley) 5/21/91 * from: @(#)icu.s 7.2 (Berkeley) 5/21/91
* $Id: icu.s,v 1.25 1994/03/09 07:58:40 mycroft Exp $ * $Id: icu.s,v 1.26 1994/03/25 00:06:43 mycroft Exp $
*/ */
/* /*
@ -164,11 +164,7 @@ doreti:
INTRLOCAL(none_to_unpend): INTRLOCAL(none_to_unpend):
testl %edx,%edx # returning to zero priority? testl %edx,%edx # returning to zero priority?
jz 2f jz 2f
popl %es INTRFASTEXIT
popl %ds
popal
addl $8,%esp
iret
.globl _netisr,_sir .globl _netisr,_sir
@ -222,11 +218,7 @@ test_ast:
jz 2f # nope, leave jz 2f # nope, leave
call _trap call _trap
2: 2:
popl %es INTRFASTEXIT
popl %ds
popal
addl $8,%esp
iret
/* /*
* Interrupt priority mechanism * Interrupt priority mechanism