This should fix the lockups people have been experiencing. I muffed up

giving astpending two flag bits.  A cmpl $0 had to turn into a bit test.

Many thanks to: Alain Thivillon <Alain.Thivillon@hsc.fr>
This commit is contained in:
Matthew Dillon 2000-03-29 09:07:47 +00:00
parent b3615526e1
commit 7da240d003

View File

@ -126,7 +126,7 @@ doreti_next2:
decb _intr_nesting_level
/* Check for ASTs that can be handled now. */
cmpl $0,_astpending
testl $AST_PENDING,_astpending
je doreti_exit
testb $SEL_RPL_MASK,TF_CS(%esp)
jne doreti_ast