diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-02-19 16:33:26 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-11 12:44:48 -0500 |
| commit | d83e0f05717dc06edc537dcab1deb1758ba7dcf5 (patch) | |
| tree | d9dc4791f8ad3f368830d31979f2b925af558246 /src/include/usr/targeting/common | |
| parent | 646efbab03ef380876d843f9ab244f0c08b3fda1 (diff) | |
| download | talos-hostboot-d83e0f05717dc06edc537dcab1deb1758ba7dcf5.tar.gz talos-hostboot-d83e0f05717dc06edc537dcab1deb1758ba7dcf5.zip | |
HB runtime OCC support for Sapphire
Change-Id: Ie730f0676fa3e35b030d88da8ce666ee61c413a3
RTC: 76683
Backport: release-fips810
CMVC-Prereq: 922520
CQ: SW256269
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9187
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common')
| -rw-r--r-- | src/include/usr/targeting/common/util.H | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/targeting/common/util.H b/src/include/usr/targeting/common/util.H index 34b95784e..090d3cfbb 100644 --- a/src/include/usr/targeting/common/util.H +++ b/src/include/usr/targeting/common/util.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2013 */ +/* COPYRIGHT International Business Machines Corp. 2012,2014 */ /* */ /* p1 */ /* */ @@ -147,6 +147,16 @@ bool is_avp_load(void); */ uint64_t get_top_mem_addr(void); +/** + * Order two processor targets by NODE_ID then CHIP_ID. + * @param[in] First processor target + * @param[in] Second processor target + * @return true if first target < second target + */ +bool orderByNodeAndPosition( Target* i_firstProc, + Target* i_secondProc); + + } #endif // __TARGETING_COMMON_UTIL_H |

