1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

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

This commit is contained in:
Marius Strobl 2009-03-19 20:40:49 +00:00
parent 3932e1f28f
commit e3696606b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190105

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