commit | 475ba3fc194b6429eebcca0e1cf9917de6fa173e | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Apr 08 11:23:48 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Apr 09 11:21:50 2019 +0100 |
tree | 1eeac165fd0bc96aa56f33790bd3316861f51f6a | |
parent | 54c8d9119ec85de48fd0707946a5e57df9ad7acf [diff] |
arm64: mm: Consolidate early page table allocation The logic for early allocation of page tables is duplicated between pgd_kernel_pgtable_alloc() and pgd_pgtable_alloc(). Drop the duplication by calling one from the other and renaming pgd_kernel_pgtable_alloc() accordingly. Signed-off-by: Will Deacon <will.deacon@arm.com>