mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
mce_amd_handle_storm() currently does the opposite of what storm
handling needs: it enables thresholding interrupts when a storm is
detected and disables them when the storm subsides.
Flip the "on" function argument before passing it to threshold_restart_bank()
as it should have been done.
To clarify: "on" to mce_handle_storm() means, the storm is on now when
"on" is true, and off when "on" is false.
[ bp: Simplify. ]
Fixes:
|
||
|---|---|---|
| .. | ||
| amd.c | ||
| apei.c | ||
| core.c | ||
| dev-mcelog.c | ||
| genpool.c | ||
| inject.c | ||
| intel.c | ||
| internal.h | ||
| Makefile | ||
| p5.c | ||
| severity.c | ||
| threshold.c | ||
| winchip.c | ||