diff options
author | Ard Biesheuvel <[email protected]> | 2016-07-22 19:32:24 +0200 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2016-07-25 17:42:53 +0100 |
commit | 258a1605c78878ada00417de4840c4c427673ffa (patch) | |
tree | 21434fcc1fb582270f60cf405b922b34e9895aaf /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | a95b0644b38c16c40b753224671b919b9af0b73c (diff) |
arm64: mm: make create_mapping_late() non-allocating
The only purpose served by create_mapping_late() is to remap the already
mapped .text and .rodata kernel segments with read-only permissions. Since
we no longer allow block mappings to be split or merged,
create_mapping_late() should not pass an allocation function pointer into
__create_pgd_mapping(). So pass NULL instead.
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Laura Abbott <[email protected]>
Tested-by: Sudeep Holla <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions