Accidentally left DEBUG_PAGE_ACCESS in enabled state. Mmh, maybe it would be

a good idea to tie it to some KDEBUG_LEVEL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34955 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-08 20:24:01 +00:00
parent aac9b8e4af
commit b5be9fe6ff
+1 -1
View File
@@ -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