From: Will Deacon Date: Tue, 22 Nov 2011 17:30:28 +0000 (+0000) Subject: ARM: LPAE: add ISBs around MMU enabling code X-Git-Tag: sz_154~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3c9eef0a5738557d41f08a813ce34d3d6d4c10;p=pandora-kernel.git ARM: LPAE: add ISBs around MMU enabling code Before we enable the MMU, we must ensure that the TTBR registers contain sane values. After the MMU has been enabled, we jump to the *virtual* address of the following function, so we also need to ensure that the SCTLR write has taken effect. This patch adds ISB instructions around the SCTLR write to ensure the visibility of the above. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed