ARM: LPAE: use phys_addr_t in alloc_init_pud()
[firefly-linux-kernel-4.4.55.git] / arch / arm / mm / mmu.c
index e0d8565671a6c8104c643937098b963ac2f517ee..b7ce65a82371ca521051f18de99fc60ba584c014 100644 (file)
@@ -673,7 +673,8 @@ static void __init alloc_init_pmd(pud_t *pud, unsigned long addr,
 }
 
 static void __init alloc_init_pud(pgd_t *pgd, unsigned long addr,
-       unsigned long end, unsigned long phys, const struct mem_type *type)
+                                 unsigned long end, phys_addr_t phys,
+                                 const struct mem_type *type)
 {
        pud_t *pud = pud_offset(pgd, addr);
        unsigned long next;