diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2017-11-08 19:59:06 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-20 20:35:24 -0600 |
commit | 541e0aff3ecf1019e3a404b0a6f0ab86e88004e5 (patch) | |
tree | b90b5f73c8ecd3f6a0c8ba40d3a244b8497fe162 /external | |
parent | 302aedd783713a1cffc0b4bd47bbee897adaa414 (diff) | |
download | skiboot-541e0aff3ecf1019e3a404b0a6f0ab86e88004e5.zip skiboot-541e0aff3ecf1019e3a404b0a6f0ab86e88004e5.tar.gz skiboot-541e0aff3ecf1019e3a404b0a6f0ab86e88004e5.tar.bz2 |
gard: show: Remove "Res Recovery" field
This field has never been populated by hostboot on OpenPower systems
so there's no real point in reporting it's contents.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/gard/gard.c | 1 | ||||
-rw-r--r-- | external/gard/test/results/01-show_1.out | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/external/gard/gard.c b/external/gard/gard.c index 88916c2..1624a32 100644 --- a/external/gard/gard.c +++ b/external/gard/gard.c @@ -367,7 +367,6 @@ static int do_show_i(struct gard_ctx *ctx, int pos, struct gard_record *gard, vo printf("========================\n"); printf("Error ID: 0x%08x\n", be32toh(gard->errlog_eid)); printf("Error Type: 0x%02x\n", gard->error_type); - printf("Res Recovery: 0x%02x\n", gard->resource_recovery); printf("Path Type: %s\n", path_type_to_str(gard->target_id.type_size >> PATH_TYPE_SHIFT)); count = gard->target_id.type_size & PATH_ELEMENTS_MASK; for (i = 0; i < count && i < MAX_PATH_ELEMENTS; i++) diff --git a/external/gard/test/results/01-show_1.out b/external/gard/test/results/01-show_1.out index 4e5726b..be2d3a5 100644 --- a/external/gard/test/results/01-show_1.out +++ b/external/gard/test/results/01-show_1.out @@ -2,7 +2,6 @@ Record ID: 0x00000001 ======================== Error ID: 0x90000015 Error Type: 0xe6 -Res Recovery: 0xff Path Type: physical >System, Instance #0 >Node, Instance #0 |