diff --git a/build/config_headers/kernel_debug_config.h b/build/config_headers/kernel_debug_config.h index 5b767929fb..1ab2a0f0cc 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 1 +#define DEBUG_PAGE_ACCESS 0 // Enables a global list of all vm_cache structures. #define DEBUG_CACHE_LIST KDEBUG_LEVEL_1