From: Santosh Shilimkar Date: Wed, 31 Jul 2013 16:44:46 +0000 (-0400) Subject: ARM: mm: Recreate kernel mappings in early_paging_init() X-Git-Tag: v3.13-rc1~103^2~1^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77e0c7b2774fd52ce6bf25c2c3ffdccb7b110ff;p=pandora-kernel.git ARM: mm: Recreate kernel mappings in early_paging_init() 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 machine descriptor hook that allows the PHYS_OFFSET to be overridden in a machine specific fashion. Cc: Russell King Acked-by: Nicolas Pitre Signed-off-by: R Sricharan Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed