diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2017-07-10 08:50:27 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-19 14:06:11 -0400 |
| commit | 869cf157cf21c65c0774bd316d96fa4f50ec5a83 (patch) | |
| tree | 07df22f7728152fdc66926d552ca91e662b0a5c3 /src/usr/runtime/common | |
| parent | 3eabaf7eb4a10ab8b3860de26860258af48d00aa (diff) | |
| download | blackbird-hostboot-869cf157cf21c65c0774bd316d96fa4f50ec5a83.tar.gz blackbird-hostboot-869cf157cf21c65c0774bd316d96fa4f50ec5a83.zip | |
Remove deprecated PM attributes from hostboot
A couple of old attribute have been removed from the PM code. This
commit removes them from hostboot as well. This commit could be
squashed into the mirror that is removing the EKB attributes
if needed.
Change-Id: I5c75d726a864acd6578c194ea1425f4aa6518834
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42936
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/common')
| -rw-r--r-- | src/usr/runtime/common/hsvc_sysdata.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/runtime/common/hsvc_sysdata.C b/src/usr/runtime/common/hsvc_sysdata.C index 73f52b265..8166e24ec 100644 --- a/src/usr/runtime/common/hsvc_sysdata.C +++ b/src/usr/runtime/common/hsvc_sysdata.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -73,7 +73,6 @@ HSVC_LOAD_ATTR( ATTR_PM_SAFE_FREQUENCY ); HSVC_LOAD_ATTR( ATTR_PM_SLEEP_ENABLE ); HSVC_LOAD_ATTR( ATTR_PM_SPIPSS_FREQUENCY ); HSVC_LOAD_ATTR( ATTR_PM_SPIVID_FREQUENCY ); -HSVC_LOAD_ATTR( ATTR_PM_SYSTEM_IVRMS_ENABLED ); HSVC_LOAD_ATTR( ATTR_PM_SYSTEM_IVRM_VPD_MIN_LEVEL ); // -- Input: ../../xml/attribute_info/poreve_memory_attributes.xml -- // No attributes found |

