From: Will Deacon Date: Tue, 15 Nov 2011 13:25:04 +0000 (+0000) Subject: ARM: proc-*.S: place cpu_reset functions into .idmap.text section X-Git-Tag: sz_154~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675ae2e2874dfad415881033afe9f33e65ee531c;p=pandora-kernel.git ARM: proc-*.S: place cpu_reset functions into .idmap.text section The CPU reset functions disable the MMU and therefore must be executed with an identity mapping in place. This patch places the CPU reset functions into the .idmap.text section, causing the idmap code to include them as part of the identity mapping. Acked-by: Dave Martin Signed-off-by: Will Deacon --- Reading git-diff-tree failed