]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/xen/events.c
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / xen / events.c
index faae2f910ad2dc549fe9b576ab960fd805f4d7d6..6908e4ce2a0d69aa67ca0e11251d834770bbd68c 100644 (file)
@@ -274,7 +274,7 @@ static unsigned int cpu_from_evtchn(unsigned int evtchn)
 
 static bool pirq_check_eoi_map(unsigned irq)
 {
-       return test_bit(irq, pirq_eoi_map);
+       return test_bit(pirq_from_irq(irq), pirq_eoi_map);
 }
 
 static bool pirq_needs_eoi_flag(unsigned irq)