- Remove debugging stuff.

This commit is contained in:
Jan Stoess 2008-07-20 09:44:07 +02:00
parent 4514ad3642
commit 74428fb4b9
1 changed files with 0 additions and 7 deletions

View File

@ -79,7 +79,6 @@ void kdb_prepost_init()
}
#endif
DECLARE_TRACEPOINT(DEBUG);
bool kdb_t::pre()
@ -114,11 +113,8 @@ bool kdb_t::pre()
}
}
TRACEPOINT(DEBUG, "enter KDB %d", param->exception);
if (param->exception != X86_EXC_NMI)
{
TRACEPOINT(DEBUG, "enter KDB bc NMI");
local_apic_t<APIC_MAPPINGS_START> local_apic;
local_apic.broadcast_nmi();
}
@ -421,15 +417,12 @@ void kdb_t::post() {
} /* switch */
TRACEPOINT(DEBUG, "exit KDB %d", param->exception);
#if defined(CONFIG_SMP)
if (kdb_current_cpu == get_current_cpu())
{
kdb_current_cpu = CONFIG_SMP_MAX_CPUS;
TRACEPOINT(DEBUG, "exit KDB bc NMI");
local_apic_t<APIC_MAPPINGS_START> local_apic;
local_apic.broadcast_nmi();