Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)