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).