[haiku-commits] Change in haiku[master]: kernel_debug_config: Move global VMCache option to KDEBUG_LEVEL_2.

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 9 May 2020 03:42:56 +0000

From waddlesplash <waddlesplash@xxxxxxxxx>:

waddlesplash has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2612 ;)


Change subject: kernel_debug_config: Move global VMCache option to 
KDEBUG_LEVEL_2.
......................................................................

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.)
---
M build/config_headers/kernel_debug_config.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/12/2612/1

diff --git a/build/config_headers/kernel_debug_config.h 
b/build/config_headers/kernel_debug_config.h
index 008818c..1dcc08f 100644
--- a/build/config_headers/kernel_debug_config.h
+++ b/build/config_headers/kernel_debug_config.h
@@ -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

--
To view, visit https://review.haiku-os.org/c/haiku/+/2612
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: Iab35d58f9d210651e3fd9027b75ea27a7a6928e5
Gerrit-Change-Number: 2612
Gerrit-PatchSet: 1
Gerrit-Owner: waddlesplash <waddlesplash@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: kernel_debug_config: Move global VMCache option to KDEBUG_LEVEL_2. - Gerrit