diff options
author | Chen Yu <[email protected]> | 2015-10-25 01:02:19 +0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-10-26 04:39:25 +0100 |
commit | 49e4b84333f338d4f183f28f1f3c1131b9fb2b5a (patch) | |
tree | ce656bcbb514d7d6004847e214f3c1c2fe03de2e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 32b88194f71d6ae7768a29f87fbba454728273ee (diff) |
ACPI: Use correct IRQ when uninstalling ACPI interrupt handler
Currently when the system is trying to uninstall the ACPI interrupt
handler, it uses acpi_gbl_FADT.sci_interrupt as the IRQ number.
However, the IRQ number that the ACPI interrupt handled is installed
for comes from acpi_gsi_to_irq() and that is the number that should
be used for the handler removal.
Fix this problem by using the mapped IRQ returned from acpi_gsi_to_irq()
as appropriate.
Cc: All applicable <[email protected]>
Acked-by: Lv Zheng <[email protected]>
Signed-off-by: Chen Yu <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions