bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 23/28] ddb/db_mp.c: use boolean instead of an int


From: Marin Ramesa
Subject: [PATCH 23/28] ddb/db_mp.c: use boolean instead of an int
Date: Sun, 8 Dec 2013 12:40:25 +0100

* 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

[Prev in Thread] Current Thread [Next in Thread]