ARM: cleanup early_paging_init() calling
[deliverable/linux.git] / arch / arm / mm / nommu.c
index a014dfacd5cac72269e8c10c6eb44062fc4ca45e..afd7e05d95f1884becf11913aa4b075048a4d4f8 100644 (file)
@@ -303,15 +303,6 @@ void __init sanity_check_meminfo(void)
        memblock_set_current_limit(end);
 }
 
-/*
- * early_paging_init() recreates boot time page table setup, allowing machines
- * to switch over to a high (>4G) address space on LPAE systems
- */
-void __init early_paging_init(const struct machine_desc *mdesc,
-                             struct proc_info_list *procinfo)
-{
-}
-
 /*
  * paging_init() sets up the page tables, initialises the zone memory
  * maps, and sets up the zero page, bad page and bad page tables.
This page took 0.0256 seconds and 5 git commands to generate.