]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 9 Mar 2017 20:52:04 +0000 (21:52 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 23 Mar 2017 13:55:09 +0000 (13:55 +0000)
commit73012569703ab708c85fb55e939613dc86eae717
tree80d5d88de07ec2509256fc0125f98b23ab7ea150
parenta8b2e9efec65f89c68b088fdab66f443e231d395
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions

Align the function prototype of alloc_init_pte() with its pmd and pud
counterparts by replacing the pfn parameter with the equivalent physical
address.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/mmu.c