From dd77eb3478008ca19887efe3ede8a72f14567112 Mon Sep 17 00:00:00 2001 From: Yuanyuan Zhao Date: Fri, 26 Aug 2022 13:52:24 +0800 Subject: [PATCH] config_tools: UC_LOCK_DETECTION_ENABLED default value Disable UC lock detection(UC_LOCK_DETECTION_ENABLED) by default. Tracked-On: #8018 Signed-off-by: Yuanyuan Zhao --- misc/config_tools/schema/config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index a81d212a8..2bb5a4fb8 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -63,7 +63,7 @@ Enable detection of split locks. A split lock can negatively affect an application's real-time performance. If a lock is detected, an alignment check exception #AC occurs. - + Enable detection of uncacheable-memory (UC) locks. A UC lock can negatively affect an application's real-time performance. If a lock is detected, a general-protection exception #GP occurs.