K 10 svn:author V 5 peter K 8 svn:date V 27 2003-05-08T00:05:00.000000Z K 7 svn:log V 298 Fix a preemption race. I was reenabling interrupts in the fast system call handler before it was safe. It was possible for to lose context and for something else to clobber the PCPU scratch variable. This moves the interrupt enable *way* too late, but its better safe than sorry for the moment. END