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 <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
parent
580088a862
commit
dd77eb3478
|
@ -63,7 +63,7 @@
|
|||
<xs:documentation>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.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="UC_LOCK_DETECTION_ENABLED" type="Boolean" default="y">
|
||||
<xs:element name="UC_LOCK_DETECTION_ENABLED" type="Boolean" default="n">
|
||||
<xs:annotation acrn:title="Enable UC lock detection" acrn:views="advanced">
|
||||
<xs:documentation>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.</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
|
Loading…
Reference in New Issue