Skip to content

Commit

Permalink
[review] core: add MEM_AREA_PAGER_VASPACE
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms authored and jenswi-linaro committed Aug 24, 2017
1 parent d0c86bd commit 6a84f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/mm/core_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ static void init_mem_map(struct tee_mmap_region *memory_map, size_t num_elems)
size_t last = 0;
size_t __maybe_unused count = 0;
vaddr_t va;
vaddr_t __maybe_unused end;
vaddr_t end;
bool __maybe_unused va_is_secure = true; /* any init value fits */
vaddr_t next_pgdir_va;

Expand Down

0 comments on commit 6a84f54

Please sign in to comment.