diff options
Diffstat (limited to 'arch/arm64/mm/mmu.c')
-rw-r--r-- | arch/arm64/mm/mmu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c index 1b49c08dfa2b..e661469cabdd 100644 --- a/arch/arm64/mm/mmu.c +++ b/arch/arm64/mm/mmu.c | |||
@@ -942,6 +942,11 @@ void *__init fixmap_remap_fdt(phys_addr_t dt_phys) | |||
942 | return dt_virt; | 942 | return dt_virt; |
943 | } | 943 | } |
944 | 944 | ||
945 | int __init arch_ioremap_p4d_supported(void) | ||
946 | { | ||
947 | return 0; | ||
948 | } | ||
949 | |||
945 | int __init arch_ioremap_pud_supported(void) | 950 | int __init arch_ioremap_pud_supported(void) |
946 | { | 951 | { |
947 | /* | 952 | /* |