projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5636810
)
[ARM] 3994/1: ixp23xx: fix handling of pci master aborts
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Wed, 6 Dec 2006 22:11:33 +0000
(23:11 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 7 Dec 2006 16:16:19 +0000
(16:16 +0000)
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>
arch/arm/mach-ixp23xx/pci.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ixp23xx/pci.c
b/arch/arm/mach-ixp23xx/pci.c
index 3b34fa35e36bbcde0f1dacc892aac432c0617398..ac7d43d23c28f1f35d6dd5abc62adee1dee95e0b 100644
(file)
--- a/
arch/arm/mach-ixp23xx/pci.c
+++ b/
arch/arm/mach-ixp23xx/pci.c
@@
-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)