summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index a42601258..cab9dd76d 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12622,14 +12622,18 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<description>Type of Master, ACTING_MASTER or MASTER_CANDIDATE or
NOT_MASTER</description>
<simpleType>
- <enumeration>
- <id>PROC_MASTER_TYPE</id>
- </enumeration>
+ <uint8_t>
+ <default>NOT_MASTER</default>
+ </uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<hasStringConversion/>
<readable/>
<writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_PROC_MASTER_TYPE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
</attribute>
<attribute>
OpenPOWER on IntegriCloud