[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>
This commit is contained in:
Lennert Buytenhek 2006-12-06 23:11:33 +01:00 committed by Russell King
parent 5636810d6f
commit 46156e04de

View 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)