From: Eric W. Biederman Date: Tue, 30 Mar 2010 08:07:04 +0000 (-0700) Subject: x86, acpi/irq: pci device dev->irq is an isa irq not a gsi X-Git-Tag: v2.6.35-rc1~513^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414d3448dbcb40807a1265ace64b2576ef919fbe;p=pandora-kernel.git 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 LKML-Reference: <1269936436-7039-3-git-send-email-ebiederm@xmission.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed