Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/15/2007 19:46:44
Module Name: src
Committed By: ad
Date: Thu Nov 15 19:46:44 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64: db_interface.c
src/sys/arch/i386/i386: db_interface.c
src/sys/arch/x86/include: cpuvar.h
Log Message:
Disable TLB shootdown IPIs while in the debugger. Crashdumps may try to
use them, and all but one CPU is paused. Reported and tested by martin@.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/amd64/db_interface.c
cvs rdiff -r1.54 -r1.55 src/sys/arch/i386/i386/db_interface.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/x86/include/cpuvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.