Searched hist:d92a2863365f7dcb8caf8b6f9535d6a8870e81cb (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/lib/xlat_tables/ |
| H A D | xlat_tables_arch.h | d92a2863365f7dcb8caf8b6f9535d6a8870e81cb Wed May 09 10:27:30 UTC 2018 Roberto Vargas <roberto.vargas@arm.com> xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE
When TF is compiled for aarch32 MAX_VIRT_ADDR_SPACE_SIZE is 2^32 in some cases, which makes the test (size) <= MAX_VIRT_ADDR_SPACE_SIZE a tautology because uintptr_t is a 32 bit value. The cast remove the warning for clang.
Change-Id: I1345f3400f8fbbe4ffd3caa990a90e7ba593dba5 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
|