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:
parent
b3615526e1
commit
7da240d003
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user