* 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