diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-09-14 20:14:01 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-19 13:11:53 (GMT) |
commit | f25d696aed301a38f744d6e4f661e45736a12a1c (patch) | |
tree | 365255d4a475b2479200c314725d79efff0e9fb7 /kernel/configs.c | |
parent | a21e5e282b7293ce1a192757ffe1baa71618961c (diff) | |
download | linux-fsl-qoriq-f25d696aed301a38f744d6e4f661e45736a12a1c.tar.xz |
ARM: imx: use __iomem pointers for MMIO
ARM is moving to stricter checks on readl/write functions,
so we need to use the correct types everywhere.
This found a bug in mach-armadillo5x0.c, where we attempt mmio
on the MXC_CCM_RCSR address that is currently defined to 0xc
and consequently causes an illegal address access.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'kernel/configs.c')
0 files changed, 0 insertions, 0 deletions