From: Laura Abbott Date: Fri, 21 Nov 2014 21:50:39 +0000 (+0000) Subject: arm64: Switch to adrp for loading the stub vectors X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2dec5f6c27a581f8571da605d9ba04df18330d;p=pandora-kernel.git arm64: Switch to adrp for loading the stub vectors The hyp stub vectors are currently loaded using adr. This instruction has a +/- 1MB range for the loading address. If the alignment for sections is changed the address may be more than 1MB away, resulting in reclocation errors. Switch to using adrp for getting the address to ensure we aren't affected by the location of the __hyp_stub_vectors. Acked-by: Ard Biesheuvel Acked-by: Marc Zyngier Tested-by: Mark Rutland Tested-by: Kees Cook Signed-off-by: Laura Abbott Signed-off-by: Will Deacon --- Reading git-diff-tree failed