aboutsummaryrefslogtreecommitdiff
path: root/include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h')
-rw-r--r--include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h b/include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h
index a333d1e4e3..30eb5e9ec4 100644
--- a/include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h
+++ b/include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h
@@ -63,8 +63,7 @@
* is 1.
*
* Note that this macro assumes that the given virtual address space size is
- * valid. Therefore, the caller is expected to check it is the case using the
- * CHECK_VIRT_ADDR_SPACE_SIZE() macro first.
+ * valid.
*/
#define GET_XLAT_TABLE_LEVEL_BASE(_virt_addr_space_sz) \
(((_virt_addr_space_sz) > (ULL(1) << L1_XLAT_ADDRESS_SHIFT)) ? \