Skip to content

Commit

Permalink
PM: remove bad VDM check exit in pstate parameter block
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
prasrang authored and dcrowell77 committed Sep 23, 2017
1 parent af3f8bf commit 172e4c4
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -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,
Expand Down

0 comments on commit 172e4c4

Please sign in to comment.