[PATCH v2 01/14] ARM: tegra: annotate IO_*_VIRT pointers
Russell King - ARM Linux
linux at arm.linux.org.uk
Thu Oct 13 10:10:36 EDT 2011
On Sun, Oct 09, 2011 at 10:27:51PM -0700, Olof Johansson wrote:
> +#ifdef __ASSEMBLY__
> +#define __IOVADDR(x) (x)
> +#else
> +#define __IOVADDR(x) ((void __force __iomem *)(x))
Please call this IOMEM() - see:
grep '#define *IOMEM' arch/arm/*/include/mach -r
for its establishment across several implementations.
More information about the linux-arm-kernel
mailing list