mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-20 18:15:29 +00:00
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 <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
History
|
|
|---|---|---|
| .. | ||
| core.c | ||
| enp2611.c | ||
| ixdp2x00.c | ||
| ixdp2x01.c | ||
| ixdp2400.c | ||
| ixdp2800.c | ||
| Kconfig | ||
| Makefile | ||
| Makefile.boot | ||
| pci.c | ||