]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/xen/events.c
Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / xen / events.c
index af8b8fbd9d88778e198811b8a3369917ae01ca07..7595581d032cc9d9c5a7f04ee12b861dc76051ee 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)