aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorQiuxu Zhuo <[email protected]>2022-09-01 12:43:08 -0700
committerTony Luck <[email protected]>2022-09-08 11:40:00 -0700
commitfe32f366931a950889e8d72be86fafc867dab777 (patch)
treec344ae0f4860bfe62057ae67298a866a4f4740df /scripts/generate_rust_analyzer.py
parent93df19476535a4ed871bc5eae719b6d67cf3abc3 (diff)
EDAC/skx_common: Use driver decoder first
The performance of driver decoder[1] is better than the performance of firmware decoder[2], especially on frequent correctable errors. So use the driver decoder first, fall back to firmware decoder if the driver decoder is unavailable. Also rename the function pointer skx_decode to driver_decode (better name to contrast with adxl_decode). [1] Decode errors by extracting error information from registers of memory controllers and/or MCA bank registers. [2] Decode errors by calling ACPI DSM methods. Co-developed-by: Youquan Song <[email protected]> Signed-off-by: Youquan Song <[email protected]> Signed-off-by: Qiuxu Zhuo <[email protected]> Signed-off-by: Tony Luck <[email protected]> Link: https://lore.kernel.org/all/[email protected]/
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions