freebsd-dev/sys/amd64
Bruce Evans a862685541 Fixed longstanding profiling bug. The frame pointer wasn't set up
for syscalls, so one frame was lost in backtraces from syscalls.
This is handled better in the kernel by using a different mcount
entry point for profiling before the frame pointer is set up.

Expand RCSID().

Use .p2align instead of the ambiguous .align.

Added idempotency ifdef.

Removed unused macros ALTENTRY(), ALTASENTRY(), ASENTRY(), _MID_ENTRY.

Cleaned up formatting.

Reviewed by:	jdp reviewed an old version
Obtained from:	parts from NetBSD
1997-04-23 19:26:04 +00:00
..
amd64 Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
conf GENERIC, LINT: 1997-04-14 00:35:25 +00:00
include Fixed longstanding profiling bug. The frame pointer wasn't set up 1997-04-23 19:26:04 +00:00
isa Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
pci Mask out revision register in consistency test of class register. 1997-04-09 11:34:50 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00