From 6f65f780169f3b4c3066d3c7f3f2c8d3603b1172 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 1 Jun 2022 18:27:15 -0700 Subject: [PATCH] Change sense of some schema config options 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 e81d0b51a..b7b191a1e 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).