From: Russell King Date: Wed, 31 Aug 2011 22:26:18 +0000 (+0100) Subject: ARM: pm: get rid of cpu_resume_turn_mmu_on X-Git-Tag: v3.2-rc1~130^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b2d07c0ea9db40a1787d2d0ab49f03c3e0613c;p=pandora-kernel.git ARM: pm: get rid of cpu_resume_turn_mmu_on We don't require cpu_resume_turn_mmu_on as we can combine the ldr instruction with the following code provided we ensure that cpu_resume_mmu is aligned for older CPUs. Note that we also align to a 32-byte boundary to ensure that the code can't cross a section boundary. Tested-by: Santosh Shilimkar Tested-by: Shawn Guo Tested-by: Lorenzo Pieralisi Signed-off-by: Russell King --- Reading git-diff-tree failed