freebsd-dev/sys/amd64
John Baldwin 333b8de537 MFi386:
- Move PUSH_FRAME and POP_FRAME to asmacros.h and use PUSH_FRAME in
  atpic entry points.
- Move PCPU_* asm macros out of the middle of the asm profiling macros.
- Pass IRQ vector argument as an int rather than void * to reduce diffs
  with i386.
- EOI the lapic in C for the lapic timer handler.
- GC unused Xcpuast function.
- Split IPI_STOP handling code of ipi_nmi_handler() out into a
  cpustop_handler() function and call it from Xcpustop rather than
  duplicating all the logic in assembly.
- Fixup the list of symbols with interrupt frames in ddb traces.
  Xatpic_fastintr* have never existed on amd64, and the lapic timer
  handler and various IPI handlers were missing.
- Use trapframe instead of intrframe for interrupt entry points (on amd64
  the interrupt vector was already a separate argument, so the two frames
  were already identical) and GC intrframe.

Submitted by:	peter (3)
2005-12-08 18:33:30 +00:00
..
acpica Catch up with ACPI-CA 20051021 import 2005-11-01 22:44:08 +00:00
amd64 MFi386: 2005-12-08 18:33:30 +00:00
compile
conf Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, 2005-12-03 01:23:50 +00:00
ia32 Catch up to the system siginfo changes. Use a union for the ia32 layout 2005-12-06 23:06:29 +00:00
include MFi386: 2005-12-08 18:33:30 +00:00
isa MFi386: 2005-12-08 18:33:30 +00:00
linux32 Calling setrlimit from 32bit apps could potentially increase certain 2005-11-02 21:18:07 +00:00
pci Modify the pci_cfgdisable() routine to bring it more in line with 2005-10-25 04:53:29 +00:00
Makefile