OSDN Git Service

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)
commite393cf40aecfe7e872ea630b5b9ecb8c05a78c7c
tree80d5d88de07ec2509256fc0125f98b23ab7ea150
parent2ebe088b73a87c8fc70231b468c719337f258bf0
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