Eliminate a source of 'trap xx with interrupts disabled'. I was jumping to
the wrong backend code and neglecting to re-enable interrupts after the stack prep. Approved by: re
This commit is contained in:
parent
2cfe3fda19
commit
e973a7af90
@ -119,7 +119,7 @@ IDTVEC(xmm)
|
||||
subq $TF_ERR,%rsp; \
|
||||
movq $(a),TF_TRAPNO(%rsp) ; \
|
||||
movq $0,TF_ADDR(%rsp) ; \
|
||||
jmp alltraps_noen
|
||||
jmp alltraps
|
||||
IDTVEC(tss)
|
||||
TRAP_ERR(T_TSSFLT)
|
||||
IDTVEC(missing)
|
||||
|
Loading…
Reference in New Issue
Block a user