K 10 svn:author V 3 bde K 8 svn:date V 27 2003-09-07T13:43:01.000000Z K 7 svn:log V 281 Moved stop/start code for other CPUs to near the beginning/end of kdb_trap(). Stopping the other CPUs acts like locking them out, but it wasn't done early enough or held long enough to prevent concurrent accesses to shared data. In particular, the saved regs could be clobbered. END