* ddb/db_mp.c (db_enter_debug): Use boolean instead of an int.

---
 ddb/db_mp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
1.8.1.4


Reply via email to