From 688f82f4a276fc5098ceadd51f0de022324d1f5f Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Tue, 23 Jan 2018 11:18:51 -0600 Subject: Eliminate duplicate entries in hdat hb reserved mem section -Modify the code flow so that the system unique items are entered only by the master node -Modify the code flow so that each node populates its own node specific information Change-Id: I6a334bcff4369b0d529ffa6d6c4f12209b04c47c RTC:186336 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53012 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff Reviewed-by: Prachi Gupta Reviewed-by: William G. Hoffa --- src/include/usr/runtime/runtime.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/usr/runtime') diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H index 4d45defcf..798b15807 100644 --- a/src/include/usr/runtime/runtime.H +++ b/src/include/usr/runtime/runtime.H @@ -62,7 +62,7 @@ errlHndl_t populate_hbRuntimeData( void ); * * @return errlHndl_t NULL on Success */ -errlHndl_t populate_HbRsvMem( uint64_t i_nodeNum ); +errlHndl_t populate_HbRsvMem( uint64_t i_nodeNum, bool i_master_node = false ); /** * @brief persistent read/write Attribute validity runtime check -- cgit v1.2.1