diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2013-07-16 09:30:32 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-16 16:41:28 -0500 |
| commit | 16487092f74ece75e80515a6e23c1413e3c86c49 (patch) | |
| tree | eafcfa73dbf80185b5e3de2b9b6a86e06cd1337a /src/usr/errl/test | |
| parent | b7db0277196debc5c16853d8104f3141b7c9852a (diff) | |
| download | talos-hostboot-16487092f74ece75e80515a6e23c1413e3c86c49.tar.gz talos-hostboot-16487092f74ece75e80515a6e23c1413e3c86c49.zip | |
correct errl parser code for changed GARD_ErrorType enums.
Change-Id: I73e0c07bda65ec4c6d596400c11cd2d3c82b6b26
RTC: 78303
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5413
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/test')
| -rw-r--r-- | src/usr/errl/test/errltest.H | 2 | ||||
| -rw-r--r-- | src/usr/errl/test/errluserdetailtest.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/errl/test/errltest.H b/src/usr/errl/test/errltest.H index 5b74f1dcd..07a453e9e 100644 --- a/src/usr/errl/test/errltest.H +++ b/src/usr/errl/test/errltest.H @@ -428,7 +428,7 @@ public: errl->addHwCallout(TARGETING::MASTER_PROCESSOR_CHIP_TARGET_SENTINEL, HWAS::SRCI_PRIORITY_LOW, HWAS::NO_DECONFIG, - HWAS::GARD_PoreError); + HWAS::GARD_PHYP); gardCount++; errl->addHwCallout(TARGETING::MASTER_PROCESSOR_CHIP_TARGET_SENTINEL, diff --git a/src/usr/errl/test/errluserdetailtest.H b/src/usr/errl/test/errluserdetailtest.H index c595a33cd..3fdf714d0 100644 --- a/src/usr/errl/test/errluserdetailtest.H +++ b/src/usr/errl/test/errluserdetailtest.H @@ -529,7 +529,7 @@ public: sizeof(HWAS::TARGET_IS_SENTINEL), HWAS::SRCI_PRIORITY_LOW, HWAS::DELAYED_DECONFIG, - HWAS::GARD_PoreError).addToLog(errl); + HWAS::GARD_PHYP).addToLog(errl); deconfigCount++; gardCount++; |

