diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-12-06 17:11:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-07 11:16:19 -0500 |
commit | 46156e04def20749c46efd8fc40e3527eae97b49 (patch) | |
tree | b978b96b3378ec09cb174246b5b555c57ce31028 /arch | |
parent | 5636810d6f17493717ef0f03efc0315026db934d (diff) |
[ARM] 3994/1: ixp23xx: fix handling of pci master aborts
The PCI master abort handling issue that affected ixp2000 also
affects ixp23xx.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ixp23xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp23xx/pci.c b/arch/arm/mach-ixp23xx/pci.c index 3b34fa35e36b..ac7d43d23c28 100644 --- a/arch/arm/mach-ixp23xx/pci.c +++ b/arch/arm/mach-ixp23xx/pci.c | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | extern int (*external_fault) (unsigned long, struct pt_regs *); | 37 | extern int (*external_fault) (unsigned long, struct pt_regs *); |
38 | 38 | ||
39 | static int pci_master_aborts = 0; | 39 | static volatile int pci_master_aborts = 0; |
40 | 40 | ||
41 | #ifdef DEBUG | 41 | #ifdef DEBUG |
42 | #define DBG(x...) printk(x) | 42 | #define DBG(x...) printk(x) |