[haiku-commits] r34957 - haiku/trunk/build/config_headers

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 8 Jan 2010 21:29:55 +0100 (CET)

Author: bonefish
Date: 2010-01-08 21:29:55 +0100 (Fri, 08 Jan 2010)
New Revision: 34957
Changeset: http://dev.haiku-os.org/changeset/34957/haiku

Modified:
   haiku/trunk/build/config_headers/kernel_debug_config.h
Log:
Sorry, made up my mind: KDEBUG_LEVEL_2 it is for DEBUG_PAGE_ACCESS.


Modified: haiku/trunk/build/config_headers/kernel_debug_config.h
===================================================================
--- haiku/trunk/build/config_headers/kernel_debug_config.h      2010-01-08 
20:26:05 UTC (rev 34956)
+++ haiku/trunk/build/config_headers/kernel_debug_config.h      2010-01-08 
20:29:55 UTC (rev 34957)
@@ -86,7 +86,7 @@
 
 // Enables the vm_page::access_count field, which is used to detect invalid
 // concurrent access to the page.
-#define DEBUG_PAGE_ACCESS                              0
+#define DEBUG_PAGE_ACCESS                              KDEBUG_LEVEL_2
 
 // Enables a global list of all vm_cache structures.
 #define DEBUG_CACHE_LIST                               KDEBUG_LEVEL_1


Other related posts:

  • » [haiku-commits] r34957 - haiku/trunk/build/config_headers - ingo_weinhold