OSDN Git Service

arm64: Fix data type for physical address
[tomoyo/tomoyo-test1.git] / arch / arm64 / mm / mmu.c
index 0bf90d2..f4f8b50 100644 (file)
@@ -202,7 +202,7 @@ 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,
+                                 unsigned long end, phys_addr_t phys,
                                  int map_io)
 {
        pud_t *pud;