commit | 414d3448dbcb40807a1265ace64b2576ef919fbe | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Mar 30 01:07:04 2010 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue May 04 13:34:30 2010 -0700 |
tree | 6410ffc3435366a7e1d1677b3b2dade291ed42ee | |
parent | 9a0a91bb56d2915cdb8585717de38376ad20fef9 [diff] |
x86, acpi/irq: pci device dev->irq is an isa irq not a gsi Strictly speaking on x86 (where acpi is used) dev->irq must be a dual i8259 irq input aka an isa irq. Therefore we should translate that isa irq into a gsi before passing it to a function that takes a gsi. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> LKML-Reference: <1269936436-7039-3-git-send-email-ebiederm@xmission.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>