Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/01/2003 00:00:07
Module Name:	src
Committed By:	fvdl
Date:		Mon Dec  1 00:00:07 UTC 2003

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c

Log Message:
Don't use an alternate stack for the trace/breakpoint trap. It can be
called from userspace, and that messes things up.

Thanks to Mark Kettenis to pointing out that not using an alt stack
solved the "loop on gdb sig continuation" issue.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/amd64/amd64/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.