[PATCH v2 19/22] ARM: recreate kernel mappings in early_paging_init()

2012-08-10 Thread Cyril Chemparathy
This patch adds a step in the init sequence, in order to recreate the kernel code/data page table mappings prior to full paging initialization. This is necessary on LPAE systems that run out of a physical address space outside the 4G limit. On these systems, this implementation provides a

[PATCH v2 19/22] ARM: recreate kernel mappings in early_paging_init()

2012-08-10 Thread Cyril Chemparathy
This patch adds a step in the init sequence, in order to recreate the kernel code/data page table mappings prior to full paging initialization. This is necessary on LPAE systems that run out of a physical address space outside the 4G limit. On these systems, this implementation provides a