ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 30 Jan 2011 11:29:40 +0000 (11:29 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 31 Jan 2011 10:53:42 +0000 (10:53 +0000)
commitc1928022ef94662a88329e35fa0968b1be328b8e
treed3efe819340f08196c30fbd5908912e15cda01a7
parentb0a2679d27408d97ce31e5f800b44227d3388b84
ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+

Ensure that the ISA/PCI IO space accessors are properly ordered on
ARMv6+ architectures.  These should always be ordered with respect to
all other accesses.

This also fixes __iormb() and __iowmb() not being visible to ioread/
iowrite if a platform defines its own MMIO accessors.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/io.h