cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c
Robert Watson
rwatson at FreeBSD.org
Sun May 27 19:16:46 UTC 2007
rwatson 2007-05-27 19:16:45 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 trap.c
sys/amd64/amd64 trap.c
Log:
Remove "XXX Giant" comments before calls to kdb_trap() -- the kernel
debugger is quite capable of handling Giant-free execution at this
point. Several other similar comments remain in trap.c on both i386
and amd64 awaiting analysis.
Revision Changes Path
1.316 +0 -1 src/sys/amd64/amd64/trap.c
1.303 +0 -1 src/sys/i386/i386/trap.c
More information about the cvs-all
mailing list