bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 45/66] i386/intel/pmap.c: use boolean instead of an int


From: Marin Ramesa
Subject: [PATCH 45/66] i386/intel/pmap.c: use boolean instead of an int
Date: Thu, 5 Dec 2013 22:03:39 +0100

* i386/intel/pmap.c (pmap_debug): Use boolean instead of an int.

---
 i386/intel/pmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c
index 3e2e6ba..69a58ed 100644
--- a/i386/intel/pmap.c
+++ b/i386/intel/pmap.c
@@ -384,7 +384,7 @@ pmap_t              kernel_pmap;
 
 struct kmem_cache      pmap_cache;             /* cache of pmap structures */
 
-int            pmap_debug = 0;         /* flag for debugging prints */
+boolean_t              pmap_debug = FALSE;     /* flag for debugging prints */
 
 #if 0
 int            ptes_per_vm_page;       /* number of hardware ptes needed
-- 
1.8.1.4




reply via email to

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