Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0f261ede authored by Jiri Kosina's avatar Jiri Kosina Committed by Tony Luck
Browse files

[IA64] disable interrupts when exiting from ia64_mca_cmc_int_handler()



SAL specification mandates that ia64_mca_log_sal_error_record() gets
called with interrupts enabled, and that's why ia64_mca_cmc_int_handler()
is enabling them. It however forgets to re-disable them when exiting,
which triggers WARN_ON() in generic IRQ handler.

Disable the interrupts again before exiting. This is analogous to
a3967685 ("[IA64] disable interrupts at end of ia64_mca_cpe_int_handler()").

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 62aa2b53
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment