diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2015-02-05 16:13:56 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-03-01 16:46:48 -0600 |
| commit | 8d8a1ea5d113eb0760f764e391f6c9f1856244ac (patch) | |
| tree | 5d5dc10db90d79af2c00e7794e655409c58bd193 /src/usr/diag/prdf/framework | |
| parent | daf669b47a3ebf6fe8f116a25cd026b11ba9e2c6 (diff) | |
| download | blackbird-hostboot-8d8a1ea5d113eb0760f764e391f6c9f1856244ac.tar.gz blackbird-hostboot-8d8a1ea5d113eb0760f764e391f6c9f1856244ac.zip | |
PRD: no Dynamic Memory Deallocation on checkstop attns
Change-Id: If9323bbf3ec407f8385fce5811473d966be38527
CQ: SW293858
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15574
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16075
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/framework')
| -rw-r--r-- | src/usr/diag/prdf/framework/service/prdfRasServices.C | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfRasServices.C b/src/usr/diag/prdf/framework/service/prdfRasServices.C index 7099df6b8..747042550 100644 --- a/src/usr/diag/prdf/framework/service/prdfRasServices.C +++ b/src/usr/diag/prdf/framework/service/prdfRasServices.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -71,13 +71,6 @@ void ErrDataService::MnfgTrace( ErrorSignature * i_esig, //------------------------------------------------------------------------------ -void ErrDataService::deallocateDimms( const SDC_MRU_LIST & i_mruList ) -{ - //No OP for HB -} - -//------------------------------------------------------------------------------ - void ErrDataService::updateSrc( uint32_t i_user1, uint32_t i_user2, uint32_t i_user3, uint32_t i_user4, uint16_t i_rc ) |

