Remove stale or broken call to kdb_trap() and protected by the non-
option KDB. Besides being wrong, it also interferes with ongoing work.
This commit is contained in:
parent
e4214b72d5
commit
cd5cb01152
@ -629,10 +629,6 @@ trap_fatal(frame, eva)
|
||||
printf("Idle\n");
|
||||
}
|
||||
|
||||
#ifdef KDB
|
||||
if (kdb_trap(&psl))
|
||||
return;
|
||||
#endif
|
||||
#ifdef DDB
|
||||
if ((debugger_on_panic || db_active) && kdb_trap(type, 0, frame))
|
||||
return;
|
||||
|
@ -806,10 +806,6 @@ trap_fatal(frame, eva)
|
||||
printf("Idle\n");
|
||||
}
|
||||
|
||||
#ifdef KDB
|
||||
if (kdb_trap(&psl))
|
||||
return;
|
||||
#endif
|
||||
#ifdef DDB
|
||||
if ((debugger_on_panic || db_active) && kdb_trap(type, 0, frame))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user