ian da7ada7de5 Make undefined exception entry MPSAFE.
The old code used static storage to preserve a couple registers while
setting up the trapframe for the main handler.  Doing so was the last
leftover crumbs from the days when a low-level debugger was hooked into
the exception entry code.

Now the exception entry sequence is essentially the same as for the
other exceptions, which still involves needlessly indirecting through
a function pointer which points to the same code on every platform.
Removing that indirection will be handled as a separate cleanup.

This work is based on an analysis by Juergen Weiss.
2014-03-09 15:36:56 +00:00
..
2014-03-05 01:33:15 +00:00
2013-11-23 00:28:18 +00:00
2013-11-29 20:14:26 +00:00
2014-03-05 02:35:41 +00:00
2014-02-25 07:40:37 +00:00
2014-02-06 13:28:06 +00:00
2013-12-30 08:36:17 +00:00