diff options
Diffstat (limited to 'src/include/usr')
3 files changed, 6 insertions, 5 deletions
diff --git a/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H b/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H index 91912b6d3..8e68566eb 100644 --- a/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H +++ b/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H @@ -26,7 +26,7 @@ /** * @file getControlCapable.H * - * @brief MBvpd accessor for the ATTR_MSS_POWER_CONTROL_CAPABLE attributes + * @brief MBvpd accessor for the ATTR_VPD_POWER_CONTROL_CAPABLE attributes */ #ifndef _HWP_MVPDCONTROLCAPABLEDATA_ @@ -35,7 +35,7 @@ extern "C" { /** - * @brief MBvpd accessor for the ATTR_MSS_POWER_CONTROL_CAPABLE attribute + * @brief MBvpd accessor for the ATTR_VPD_POWER_CONTROL_CAPABLE attribute * * Access Power control capable value in MBvpd record VSPD keyword MR * diff --git a/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H b/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H index 6b15ea68d..3920001b5 100644 --- a/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H +++ b/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H @@ -22,7 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: getMBvpdTermData.H,v 1.5 2014/02/08 11:36:19 whs Exp $ +// $Id: getMBvpdTermData.H,v 1.6 2014/11/24 15:47:50 cswenson Exp $ /** * @file getMBvpdTermData.H @@ -257,3 +257,4 @@ fapi::ReturnCode getMBvpdTermData( } #endif + diff --git a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H index 79dd46229..70d4ef11c 100644 --- a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H +++ b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H @@ -725,7 +725,7 @@ fapi::ReturnCode fapiPlatGetOscswitchCtl /** * @brief This function supports a new memory attribute. Called by the - * FAPI_ATTR_GET macro when getting the ATTR_MSS_POWER_CONTROL_CAPABLE + * FAPI_ATTR_GET macro when getting the ATTR_VPD_POWER_CONTROL_CAPABLE * attribute. * It should not be called directly. * @@ -820,7 +820,7 @@ fapi::ReturnCode fapiPlatGetRCDCntlWord015 (const fapi::Target * i_pTarget, //------------------------------------------------------------------------------ // MACRO to support the power control capable memory attribute //------------------------------------------------------------------------------ -#define ATTR_MSS_POWER_CONTROL_CAPABLE_GETMACRO(ID, PTARGET, VAL) \ +#define ATTR_VPD_POWER_CONTROL_CAPABLE_GETMACRO(ID, PTARGET, VAL) \ fapi::AttrOverrideSync::getAttrOverrideFunc(fapi::ID, PTARGET, &VAL) ?\ fapi::FAPI_RC_SUCCESS : fapi::platAttrSvc::fapiPlatGetControlCapable(PTARGET,VAL) |

