From 08680669ca26ebf92b49c1746cd7ebfb1bf62d39 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 1 Jun 2022 18:39:16 -0700 Subject: [PATCH] Change sense of some schema config options (Duplicating change on master branch to release_3.0 branch) The MCE, split lock, and UC lock checkboxes have a unique behavior. Selecting the checkbox disables the feature. We proposed changing the behavior, so that the checkbox enables the feature, but the fix is postponed to v3.1. Change the sense of these option's tooltip and title to reflect their current behavior (Disabling vs. normal Enabling). Tracked-On: #7661 Signed-off-by: David B. Kinder --- misc/config_tools/schema/config.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index 4847cf553..e81bf3106 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -59,13 +59,13 @@ - - 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. + + 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. - - 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. + + Disable 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. @@ -99,8 +99,8 @@ - - Enable the software workaround for Machine Check Error on Page Size Change (erratum in some processor families). + + Disable the software workaround for Machine Check Error on Page Size Change (erratum in some processor families).