peter 2005-06-24 00:38:36 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 exception.S
Log:
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
Revision Changes Path
1.124 +1 -1 src/sys/amd64/amd64/exception.S