ARM: omap: fix warning with LPAE build
authorOlof Johansson <olof@lixom.net>
Wed, 13 Nov 2013 06:51:28 +0000 (22:51 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 25 Nov 2013 21:34:48 +0000 (13:34 -0800)
commit6dd1e357372c21ec37b6902380bd47b278d168f1
treedf7dfc2e00cb6e6399e329394d31f70db375e025
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
ARM: omap: fix warning with LPAE build

Some omap3 code is throwing a warning:
arch/arm/mach-omap2/pm34xx.c: In function 'omap3_save_secure_ram_context':
arch/arm/mach-omap2/pm34xx.c:123:32: warning: cast to pointer from
  integer of different size [-Wint-to-pointer-cast]

In reality this code will never actually execute with LPAE=y, since
Cortex-A8 doesn't support it. So downcasting the __pa() is safe in
this case.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm34xx.c