mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
756813cac1
ARM Versatile PCI config reads of one byte width have the lowest two bits of the address cleared and result in reading from a wrong place in the config space. This change is to use word size accesses like it is done for halfword reads. Byte reads are used for retrieving the IRQ number of a PCI device and the problem was not exposed until 2.6.20 because the value read was discarded in drivers/pci/setup-irq.c (recently fixed). Signed-off-by: Andrzej Zaborowski <andrew@openedhand.com> Acked-by: Paul Brook <paul@codesourcery.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
clock.c | ||
clock.h | ||
core.c | ||
core.h | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
pci.c | ||
versatile_ab.c | ||
versatile_pb.c |