K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-09-26T06:48:59.000000Z K 7 svn:log V 234 Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to the trapframe via kdb_frame, but kdb_frame was not initialized until after the call to kdb_cpu_trap(). Ergo: kdb_cpu_trap() was moved too far up. Pointy hat: marcel END