Skip to content

Commit

Permalink
rasdaemon: Add Corrected Internal Error for aer_cor_errors
Browse files Browse the repository at this point in the history
Add "Corrected Internal Error" for aer_cor_errors to decode
the error reported in status register in bit 14.

Signed-off-by: Jesus Esquivel <jesus.esquivel@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
doro516 authored and mchehab committed Jun 11, 2024
1 parent ad04441 commit 9b5c23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ras-aer-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static const char *aer_cor_errors[32] = {
[8] = "RELAY_NUM Rollover",
[12] = "Replay Timer Timeout",
[13] = "Advisory Non-Fatal",
[14] = "Corrected Internal Error",
};

/* bit field meaning for uncorrectable error */
Expand Down

0 comments on commit 9b5c23b

Please sign in to comment.