summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-09-14 02:55:20 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-23 10:51:17 -0400
commit172e4c440f89ea40784991a7b0e99e09d9f50be8 (patch)
treea05200c5bf912b70900653f633eee25db33caacb /src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
parentaf3f8bf6bdf22dbea1ed0512b38a48cb566f60dd (diff)
downloadtalos-hostboot-172e4c440f89ea40784991a7b0e99e09d9f50be8.tar.gz
talos-hostboot-172e4c440f89ea40784991a7b0e99e09d9f50be8.zip
PM: remove bad VDM check exit in pstate parameter block
Change-Id: Ie49d6407738f0b6ddd7d493b3ad1972f937c23ce CQ:SW401983 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46186 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46187 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
index d0dbe9aff..a40bfecb2 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
@@ -3332,15 +3332,6 @@ proc_get_mvpd_poundw(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target
}
}
- // The rest of the processing here is all checking of the VDM content
- // within #W. If VDMs are not enabled (or supported), skip all of it
- if (!is_vdm_enabled(o_state))
- {
- FAPI_INF(" proc_get_mvpd_poundw: VDM is disabled. Skipping remaining checks");
- o_state->iv_vdm_enabled = false;
- break;
- }
-
uint8_t l_poundw_static_data = 0;
const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM> FAPI_SYSTEM;
FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_POUND_W_STATIC_DATA_ENABLE,
OpenPOWER on IntegriCloud