diff options
| author | sumitg <sumitg@nvidia.com> | 2019-03-20 03:35:31 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2019-04-01 12:12:16 -0400 |
| commit | 116c042d86f176d6c328c9b150602cd13a1f84b7 (patch) | |
| tree | 680482673db71be69d7633624248a54e92fb8f0a /include/linux | |
| parent | bf05d7f74451b5d57cf320c9085b6e2b53593359 (diff) | |
arm64: ras: print ERRSELR_EL1 for debug info
Printing ERRSELR_EL1 register for debugging info.
There are multiple nodes for some units like L2, L3 etc.
This will help to identify which node has caused error to
further debug and isolate pattern.
Bug 2536050
Change-Id: I41d10bdb97b6d276704d7333c36a5348c578cc53
Signed-off-by: sumitg <sumitg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2077304
Reviewed-by: Fritz Nordby <fnordby@nvidia.com>
Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/arm64_ras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/arm64_ras.h b/include/linux/arm64_ras.h index c721d60dd..7dcf3af7a 100644 --- a/include/linux/arm64_ras.h +++ b/include/linux/arm64_ras.h | |||
| @@ -84,7 +84,7 @@ void ras_write_error_statustrigger(u64 status); | |||
| 84 | void ras_write_pfg_control(u64 pfg_ctl); | 84 | void ras_write_pfg_control(u64 pfg_ctl); |
| 85 | void ras_write_pfg_cdn(u64 pfg_cdn); | 85 | void ras_write_pfg_cdn(u64 pfg_cdn); |
| 86 | void ras_write_errselr(u64 errx); | 86 | void ras_write_errselr(u64 errx); |
| 87 | void print_error_record(struct error_record *record, u64 status); | 87 | void print_error_record(struct error_record *record, u64 status, int errselr); |
| 88 | int register_fhi_callback(struct ras_fhi_callback *callback, void *cookie); | 88 | int register_fhi_callback(struct ras_fhi_callback *callback, void *cookie); |
| 89 | void unregister_fhi_callback(struct ras_fhi_callback *callback); | 89 | void unregister_fhi_callback(struct ras_fhi_callback *callback); |
| 90 | 90 | ||
