From: Laura Abbott Date: Fri, 21 Nov 2014 21:50:40 +0000 (+0000) Subject: arm64: Move cpu_resume into the text section X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3684fbb446501b48dec6677a6a9f61c215053de;p=pandora-kernel.git arm64: Move cpu_resume into the text section The function cpu_resume currently lives in the .data section. There's no reason for it to be there since we can use relative instructions without a problem. Move a few cpu_resume data structures out of the assembly file so the .data annotation can be dropped completely and cpu_resume ends up in the read only text section. Reviewed-by: Kees Cook Reviewed-by: Mark Rutland Reviewed-by: Lorenzo Pieralisi Tested-by: Mark Rutland Tested-by: Lorenzo Pieralisi Tested-by: Kees Cook Acked-by: Ard Biesheuvel Signed-off-by: Laura Abbott Signed-off-by: Will Deacon --- Reading git-diff-tree failed