commit | 6a5f8f13800365d7d11fc1e397b4163baad6763c | [log] [tgz] |
---|---|---|
author | Douglas Raillard <douglas.raillard@arm.com> | Thu Sep 21 08:42:21 2017 +0100 |
committer | davidcunado-arm <david.cunado@arm.com> | Thu Sep 21 08:42:21 2017 +0100 |
tree | 33b7547b8a738d29819ed129a6a3be12d083cde3 | |
parent | b0b461192f2befb78004eec201be31a878969256 [diff] |
xlat: simplify mmap_add_region_check parameters (#1101) Use a mmap_region_t as parameter instead of getting a parameter for each structure member. This reduces the scope of changes when adding members to mmap_region_t. Also align on the convention of using mm_cursor as a variable name for the currently inspected region when iterating on the region array. Change-Id: If40bc4351b56c64b214e60dda27276d11ce9dbb3 Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>