John Baldwin 48c8cbcb82 - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h.
- Add a new SET_KERNEL_SREGS macro that sets up %ds and %es to point to
  kernel data and %fs to point to per-CPU data and use the new macro
  in several kernel entry points including trap and interrupt handlers.
- Convert the IPI_STOP handler Xcpustop to push a standard trap frame
  rather than an application frame.
- Make the TRAP() macro private to exception.s since it is only used
  there.
- Move the PCPU_*() macros in asmacros.h out of the middle of the
  profiling macros.

Reviewed by:	bde
Requested by:	bde (4, 5)
2005-12-05 21:44:47 +00:00
..
2005-12-04 02:12:43 +00:00
2005-12-04 02:12:43 +00:00
2005-03-28 18:31:18 +00:00
2005-12-04 02:12:43 +00:00
2005-12-04 04:50:27 +00:00
2005-12-04 02:12:43 +00:00
2005-11-29 09:51:47 +00:00
2005-12-04 02:12:43 +00:00
2005-12-04 22:55:41 +00:00