aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r--arch/arm/mm/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index d7229d28c7f8..4f56617a2392 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -950,7 +950,7 @@ void __init debug_ll_io_init(void)
950 map.virtual &= PAGE_MASK; 950 map.virtual &= PAGE_MASK;
951 map.length = PAGE_SIZE; 951 map.length = PAGE_SIZE;
952 map.type = MT_DEVICE; 952 map.type = MT_DEVICE;
953 create_mapping(&map); 953 iotable_init(&map, 1);
954} 954}
955#endif 955#endif
956 956