Skip to content

Commit

Permalink
[ARM] 3994/1: ixp23xx: fix handling of pci master aborts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Dec 7, 2006
1 parent 5636810 commit 46156e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ixp23xx/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46156e0

Please sign in to comment.