]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-ixp23xx/pci.c
ARM: OMAP: speed up gpio irq handling
[linux-2.6-omap-h63xx.git] / arch / arm / mach-ixp23xx / pci.c
index 3b34fa35e36bbcde0f1dacc892aac432c0617398..ac7d43d23c28f1f35d6dd5abc62adee1dee95e0b 100644 (file)
@@ -36,7 +36,7 @@
 
 extern int (*external_fault) (unsigned long, struct pt_regs *);
 
-static int pci_master_aborts = 0;
+static volatile int pci_master_aborts = 0;
 
 #ifdef DEBUG
 #define DBG(x...)      printk(x)