John Baldwin 6a29486b53 - Catch up printtrap() to KSE by using curthread and testing it against
NULL rather than curproc.  Without this, if we trap early before
  curthread is set, we recursively panic.
- In an SMP kernel, if we trap before curthread is set, then trap is going
  to recursively panic trying to bump td->td_md.md_kernnest.  The trap is
  fatal anyways, so to make debugging easier just call printtrap() to
  dump the trap info to the console and then halt.
2002-01-15 14:17:07 +00:00
..
2002-01-08 19:33:51 +00:00
2002-01-14 22:03:48 +00:00
2002-01-15 06:43:59 +00:00
2001-11-07 19:55:16 +00:00
2002-01-14 00:13:45 +00:00
2001-09-12 08:38:13 +00:00
2002-01-14 22:03:48 +00:00
2002-01-14 00:13:45 +00:00