diff options
-rw-r--r-- | ddb/db_mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_mp.c b/ddb/db_mp.c index 1785e4d..b99718e 100644 --- a/ddb/db_mp.c +++ b/ddb/db_mp.c @@ -53,7 +53,7 @@ int db_active[NCPUS] = { 0 }; /* count recursive entries int db_slave[NCPUS] = { 0 }; /* nonzero if cpu interrupted by another cpu in debugger */ -int db_enter_debug = 0; +boolean_t db_enter_debug = FALSE; /* * Called when entering kernel debugger. |