Commit 46156e04 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King

[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: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5636810d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment