diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-01-14 18:58:57 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-02-06 17:40:11 -0600 |
commit | 6454fc5ee6f30a98202f1595c458f32b26393f70 (patch) | |
tree | 1453ff26f498b46009e44baf5103ec365a2988ed /src/usr/targeting/attrrp_common.C | |
parent | 6155c62ab8eae064a0160bf8c042953637113d66 (diff) | |
download | blackbird-hostboot-6454fc5ee6f30a98202f1595c458f32b26393f70.tar.gz blackbird-hostboot-6454fc5ee6f30a98202f1595c458f32b26393f70.zip |
HBRT: Support full targeting in Sapphire.
Change-Id: Ib8119e3c11cfa1171b76f2260871d2de5e99d502
RTC: 87716
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8145
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrrp_common.C')
-rw-r--r-- | src/usr/targeting/attrrp_common.C | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/targeting/attrrp_common.C b/src/usr/targeting/attrrp_common.C index 84f864b10..3d013005b 100644 --- a/src/usr/targeting/attrrp_common.C +++ b/src/usr/targeting/attrrp_common.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013 */ +/* COPYRIGHT International Business Machines Corp. 2013,2014 */ /* */ /* p1 */ /* */ @@ -57,6 +57,12 @@ namespace TARGETING TARG_ASSERT(false); } + void AttrRP::init(errlHndl_t &io_taskRetErrl) + { + // Call startup on singleton instance. + Singleton<AttrRP>::instance().startup(io_taskRetErrl); + } + bool AttrRP::writeSectionData( const std::vector<TARGETING::sectionRefData>& i_pages) const { |