|
@@ -631,14 +631,14 @@ static const struct fault_info fault_info[] = {
|
|
|
{ do_sea, SIGBUS, 0, "level 1 (translation table walk)" },
|
|
|
{ do_sea, SIGBUS, 0, "level 2 (translation table walk)" },
|
|
|
{ do_sea, SIGBUS, 0, "level 3 (translation table walk)" },
|
|
|
- { do_sea, SIGBUS, 0, "synchronous parity or ECC error" },
|
|
|
+ { do_sea, SIGBUS, 0, "synchronous parity or ECC error" }, // Reserved when RAS is implemented
|
|
|
{ do_bad, SIGBUS, 0, "unknown 25" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 26" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 27" },
|
|
|
- { do_sea, SIGBUS, 0, "level 0 synchronous parity error (translation table walk)" },
|
|
|
- { do_sea, SIGBUS, 0, "level 1 synchronous parity error (translation table walk)" },
|
|
|
- { do_sea, SIGBUS, 0, "level 2 synchronous parity error (translation table walk)" },
|
|
|
- { do_sea, SIGBUS, 0, "level 3 synchronous parity error (translation table walk)" },
|
|
|
+ { do_sea, SIGBUS, 0, "level 0 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented
|
|
|
+ { do_sea, SIGBUS, 0, "level 1 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented
|
|
|
+ { do_sea, SIGBUS, 0, "level 2 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented
|
|
|
+ { do_sea, SIGBUS, 0, "level 3 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented
|
|
|
{ do_bad, SIGBUS, 0, "unknown 32" },
|
|
|
{ do_alignment_fault, SIGBUS, BUS_ADRALN, "alignment fault" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 34" },
|
|
@@ -656,7 +656,7 @@ static const struct fault_info fault_info[] = {
|
|
|
{ do_bad, SIGBUS, 0, "unknown 46" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 47" },
|
|
|
{ do_bad, SIGBUS, 0, "TLB conflict abort" },
|
|
|
- { do_bad, SIGBUS, 0, "unknown 49" },
|
|
|
+ { do_bad, SIGBUS, 0, "Unsupported atomic hardware update fault" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 50" },
|
|
|
{ do_bad, SIGBUS, 0, "unknown 51" },
|
|
|
{ do_bad, SIGBUS, 0, "implementation fault (lockdown abort)" },
|