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:
Peter Wemm 2005-06-24 00:38:36 +00:00
parent 2cfe3fda19
commit e973a7af90

View File

@ -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)