diff options
| author | Mark Rutland <[email protected]> | 2016-01-25 11:45:10 +0000 |
|---|---|---|
| committer | Catalin Marinas <[email protected]> | 2016-02-16 15:10:46 +0000 |
| commit | 11509a306bb6ea595878b2d246d2d56b1783e040 (patch) | |
| tree | 85c11a40af206f2d859dbc90ebf73105e215ef32 /tools/perf/scripts/python | |
| parent | cdef5f6e9e0e5ee397759b664a9f875ff59ccf01 (diff) | |
arm64: mm: allow passing a pgdir to alloc_init_*
To allow us to initialise pgdirs which are fixmapped, allow explicitly
passing a pgdir rather than an mm. A new __create_pgd_mapping function
is added for this, with existing __create_mapping callers migrated to
this.
The mm argument was previously only used at the top level. Now that it
is redundant at all levels, it is removed. To indicate its new found
similarity to alloc_init_{pud,pmd,pte}, __create_mapping is renamed to
init_pgd.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Tested-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Tested-by: Jeremy Linton <[email protected]>
Cc: Laura Abbott <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions