From: Lennert Buytenhek Date: Fri, 1 Dec 2006 15:02:40 +0000 (+0100) Subject: [ARM] 3965/1: ixp2000: fix handling of pci master aborts X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2024c39dbba4d036f0b16daf530ad5f4416fb344;p=pandora-kernel.git [ARM] 3965/1: ixp2000: fix handling of pci master aborts The master abort check in ixp2000_pci_read_config() recently started failing due to the compiler optimising out the read access following the clearing of pci_master_aborts. Mark pci_master_aborts volatile to force the compiler to reload it on every use. Signed-off-by: Lennert Buytenhek Signed-off-by: Russell King --- Reading git-diff-tree failed