X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Fmm%2Fnommu.c;h=5c668b7a31f97e6df35dcec53b79d5a70a9d1d0b;hb=7f5ff19d5fd267816279d8aa2e71e4b45eb15cf6;hp=1fa50100ab6af1f57067af8ff06c4a05d1fcb3ff;hpb=98f700f317967d45cf60c9843b3c42ce3c286f7c;p=karo-tx-linux.git diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c index 1fa50100ab6a..5c668b7a31f9 100644 --- a/arch/arm/mm/nommu.c +++ b/arch/arm/mm/nommu.c @@ -295,11 +295,20 @@ void __init sanity_check_meminfo(void) high_memory = __va(end - 1) + 1; } +/* + * 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. */ -void __init paging_init(struct machine_desc *mdesc) +void __init paging_init(const struct machine_desc *mdesc) { early_trap_init((void *)CONFIG_VECTORS_BASE); mpu_setup();