Add constant missed in r244099

KDB entered due to KASSERT.
This commit is contained in:
Alfred Perlstein 2012-12-10 23:12:51 +00:00
parent a94053ba39
commit face9c86cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244100

View File

@ -97,6 +97,7 @@ int kdb_trap(int, int, struct trapframe *);
extern const char * volatile kdb_why;
#define KDB_WHY_UNSET NULL /* No reason set. */
#define KDB_WHY_PANIC "panic" /* panic() was called. */
#define KDB_WHY_KASSERT "kassert" /* kassert failed. */
#define KDB_WHY_SYSCTL "sysctl" /* Sysctl entered debugger. */
#define KDB_WHY_BOOTFLAGS "bootflags" /* Boot flags were set. */
#define KDB_WHY_WITNESS "witness" /* Witness entered debugger. */