From: Ian Campbell Date: Thu, 10 Mar 2011 16:08:11 +0000 (+0000) Subject: xen: events: maintain a list of Xen interrupts X-Git-Tag: v2.6.39-rc1~438^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb6537d34a146c8f3e232da9ffd79ae1265fed3;p=pandora-kernel.git xen: events: maintain a list of Xen interrupts In a PVHVM kernel not all interrupts are Xen interrupts (APIC interrupts can also be present). Currently we get away with walking over all interrupts because the lookup in the irq_info array simply returns IRQT_UNBOUND and we ignore it. However this array will be going away in a future patch so we need to manually track which interrupts have been allocated by the Xen events infrastructure. Signed-off-by: Ian Campbell Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed