summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-27 19:16:45 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-27 19:16:45 +0000
commit04497728dbec38d78ece51f3fefdf272ad0542cd (patch)
tree90a1eddab2a4c85ff9279f72f398695b0818881c /sys/i386
parent8548a1df8d07b1061f626c3a05097e4fec399746 (diff)
downloadFreeBSD-src-04497728dbec38d78ece51f3fefdf272ad0542cd.zip
FreeBSD-src-04497728dbec38d78ece51f3fefdf272ad0542cd.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/trap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index 3fb3d2c..83fe391 100644
--- a/sys/i386/i386/trap.c
+++ b/sys/i386/i386/trap.c
@@ -617,7 +617,6 @@ trap(struct trapframe *frame)
* Otherwise, debugger traps "can't happen".
*/
#ifdef KDB
- /* XXX Giant */
if (kdb_trap(type, 0, frame))
goto out;
#endif
OpenPOWER on IntegriCloud