From: Prarit Bhargava Date: Wed, 14 May 2008 16:00:24 +0000 (-0400) Subject: [IA64] Properly unregister legacy interrupts X-Git-Tag: v2.6.26-rc3~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb2c74ee20b77affd494c6b8ce7928d0ebbb62e;p=pandora-kernel.git [IA64] Properly unregister legacy interrupts acpi_unregister_gsi() should "undo" what acpi_register_gsi() does. On systems that have legacy interrupts, acpi_unregister_gsi erroneously calls iosapci_unregister_intr() which is wrong to do and causes a loud warning. acpi_unregister_gsi() should just return in these cases. Signed-off-by: Prarit Bhargava Signed-off-by: Tony Luck --- Reading git-diff-tree failed