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

Skip to content
Commit 0577bb66 authored by Liu Jiang's avatar Liu Jiang Committed by Tony Luck
Browse files

[IA64] Fix ISA IRQ trigger model and polarity setting



When handling Interrupt Source Override in MADT table, the default
ISA IRQ trigger model and polarity should be edge-rising.
Current IA64 implmentation doesn't follow the specification and
set default ISA IRQ trigger model as level-low. With that wrong
configuration and when system runs out of interrupt vectors,
it will cause vector sharing among edge triggered ISA IRQ and
level triggered PCI IRQ, then interrupt storm. So change the code
to follow the specification.

Signed-off-by: default avatarLiu Jiang <jiang.liu@huawei.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 15839b47
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