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.
This commit is contained in:
parent
ddc6fd3292
commit
2129d3ea2b
@ -468,7 +468,6 @@ trap(struct trapframe *frame)
|
||||
* Otherwise, debugger traps "can't happen".
|
||||
*/
|
||||
#ifdef KDB
|
||||
/* XXX Giant */
|
||||
if (kdb_trap(type, 0, frame))
|
||||
goto out;
|
||||
#endif
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user