X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Farm%2Fmm%2Fnommu.c;h=afd7e05d95f1884becf11913aa4b075048a4d4f8;hb=1221ed10f2a56ecdd8ff75f436f52aca5ba0f1d3;hp=a014dfacd5cac72269e8c10c6eb44062fc4ca45e;hpb=5e2aa2ed08e2e280121dc7cf5609c87d464f12ef;p=deliverable%2Flinux.git diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c index a014dfacd5ca..afd7e05d95f1 100644 --- a/arch/arm/mm/nommu.c +++ b/arch/arm/mm/nommu.c @@ -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.