From: Kenji Kaneshige Date: Mon, 30 Jul 2007 02:54:41 +0000 (+0900) Subject: [IA64] Fix registered interrupt check X-Git-Tag: v2.6.23-rc2~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c376f7e16deeba8f0542eabcaca19b712e7be1;p=pandora-kernel.git [IA64] Fix registered interrupt check Fix the problem that interrupts are not initialized correctly at PCI hotplug or driver reloading time. By vector domain change, the iosapic_rte_info structure was changed to be on the iosapic_intr_info[irq].rtes list even after the interrupts are unregistered. So iosapic_intr_info[irq].rtes list must not be checked to see if there are registered interrupts (RTEs) on the irq. We must check iosapic_intr_info[irq].count counter instead. Signed-off-by: Kenji Kaneshige Signed-off-by: Tony Luck --- Reading git-diff-tree failed