diff options
| author | Laura Abbott <[email protected]> | 2016-02-05 16:24:46 -0800 |
|---|---|---|
| committer | Catalin Marinas <[email protected]> | 2016-02-16 15:12:34 +0000 |
| commit | 132233a759580f5ce9b1bfaac9073e47d03c460d (patch) | |
| tree | f016316a4b5a3941bdb5f2efcca1f2938f459103 /tools/perf/scripts/python | |
| parent | afb83cc3f0e4f86ea0e1cc3db7a90f58f1abd4d5 (diff) | |
arm64: Drop alloc function from create_mapping
create_mapping is only used in fixmap_remap_fdt. All the create_mapping
calls need to happen on existing translation table pages without
additional allocations. Rather than have an alloc function be called
and fail, just set it to NULL and catch its use. Also change
the name to create_mapping_noalloc to better capture what exactly is
going on.
Reviewed-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Mark Rutland <[email protected]>
Signed-off-by: Laura Abbott <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions