CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/10 05:11:56
Modified files:
sys/arch/i386/i386: locore.s
Log message:
Fix deadlock (re)introduced by the previous commit by explicitly re-enabling
interrupts in the code that cleans up after we fault during return to user
mode. Handling traps with interrupts blocked is *not* ok!
ok krw@
