There's no need to wrap kdb_enter() in #ifdef KDB as it's always available.

This commit is contained in:
marius 2009-03-19 20:40:49 +00:00
parent ebd81431f9
commit 004874d278

View File

@ -496,10 +496,8 @@ sparc64_init(caddr_t mdp, u_long o1, u_long o2, u_long o3, ofw_vec_t *vec)
kdb_init();
#ifdef KDB
if (boothowto & RB_KDB)
kdb_enter(KDB_WHY_BOOTFLAGS, "Boot flags requested debugger");
#endif
}
void