kernel_debug_config: Move global VMCache option to KDEBUG_LEVEL_2.
It does have a performance impact (as it serializes all VMCache creations), and it is not that useful, so move it to KDEBUG_LEVEL_2 so that the beta releases (on KDEBUG_LEVEL_1) are not affected by it. (The nightlies are on KDEBUG_LEVEL_2, so this will not affect them.) Change-Id: Iab35d58f9d210651e3fd9027b75ea27a7a6928e5 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2612 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
a20a26e264
commit
cac30e4190
@@ -96,7 +96,7 @@
|
||||
#define DEBUG_PAGE_ACCESS KDEBUG_LEVEL_2
|
||||
|
||||
// Enables a global list of all vm_cache structures.
|
||||
#define DEBUG_CACHE_LIST KDEBUG_LEVEL_1
|
||||
#define DEBUG_CACHE_LIST KDEBUG_LEVEL_2
|
||||
|
||||
// Enables swap support.
|
||||
#define ENABLE_SWAP_SUPPORT 1
|
||||
|
||||
Reference in New Issue
Block a user