CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/27 05:30:53
Modified files:
sys/arch/i386/i386: locore.s
Log message:
Do not explicitly enable interrupts before returning from interrupt.
This fixes possible stack overflows under high interrupt load. Note
that this allows traps on kernel code to run with interrupts blocked.
>From Christian Ehrhardt
ok guenther@ deraadt@
