commit | 0935010f7215fe575609bd6d28ebfe2a9beb6df9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 26 18:59:45 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 01 00:33:29 2016 +0900 |
tree | 3575c69b10b42f3eadc4f1fb5fe6ae4fa482a896 | |
parent | 3119eb4336e10d9aec7378c85cde524ee62d3831 [diff] |
ARM: uniphier: fix warnings reported by aarch64 compiler The UniPhier SoC family has not supported ARMv8 yet, but these would cause warnings if they were compiled with a 64bit compiler. Before adding the ARMv8 support really, fix them now. Because UniPhier SoCs do not support Large Physical Address Extension, casting "phys_addr_t" into "unsigned long" would carry the address as is. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>