Skip to content

Commit

Permalink
Temp remove bad bit translation until attr enabled for Fleetwood
Browse files Browse the repository at this point in the history
Change-Id: I943f7a63f0c45320dcfc0ba52c4728c54512cadd
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60753
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Jun 16, 2018
1 parent e3163f3 commit 8186a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/fapi2/attribute_service.C
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ ReturnCode __badDqBitmapGetHelperAttrs(
l_rc.setPlatDataPtr(reinterpret_cast<void *> (l_errl));
break;
}
l_rc = FAPI_ATTR_GET( fapi2::ATTR_CEN_VPD_ISDIMMTOC4DQ,
l_membuf, o_wiringData.cumulus );
//l_rc = FAPI_ATTR_GET( fapi2::ATTR_CEN_VPD_ISDIMMTOC4DQ,
// l_membuf, o_wiringData.cumulus );
}
else
{
Expand Down

0 comments on commit 8186a36

Please sign in to comment.