From f451f4a120cc748e829a9283178c273edb7384e8 Mon Sep 17 00:00:00 2001 From: hangliu1 Date: Tue, 1 Nov 2022 21:39:46 -0400 Subject: [PATCH] config tool: change parameter default value change ENFORCE_TURNOFF_AC default value to n, since it may cause trouble on some platform if user do not tweak it. Signed-off-by: hangliu1 Tracked-On:#6690 --- 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 a9358d95b..f17201703 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -58,7 +58,7 @@ Enable multiboot2 protocol support (with multiboot1 downward compatibility). If multiboot1 meets your requirements, disable this feature to reduce hypervisor code size. - + Disable 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.