Skip to content

Commit 0d4be26

Browse files
cvswendcrowell77
authored andcommitted
Fix for HDAT HB reserved memory ranges not incrementing section number
Change-Id: Ic7bc0125ec381eb1bf4c8483b82587cb6932fe2b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38302 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent a015775 commit 0d4be26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/usr/runtime/populate_hbruntime.C

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ errlHndl_t getNextRhbAddrRange(hdatMsVpdRhbAddrRange_t* & o_rngPtr)
292292
o_rngPtr =
293293
reinterpret_cast<hdatMsVpdRhbAddrRange_t *>(l_rsvMemDataAddr);
294294

295+
l_nextSection++;
295296
l_sys->setAttr
296-
<TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection++);
297+
<TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection);
297298

298299
} while(0);
299300

0 commit comments

Comments
 (0)