From b01f92ebd1e7fa31ffc24deabf9b18c4d0a8e1c7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 8 Jan 2010 20:29:55 +0000 Subject: [PATCH] Sorry, made up my mind: KDEBUG_LEVEL_2 it is for DEBUG_PAGE_ACCESS. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34957 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/kernel_debug_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config_headers/kernel_debug_config.h b/build/config_headers/kernel_debug_config.h index 1ab2a0f0cc..bfed08c20a 100644 --- a/build/config_headers/kernel_debug_config.h +++ b/build/config_headers/kernel_debug_config.h @@ -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