From: Marc Zyngier Date: Wed, 26 Jun 2013 14:16:40 +0000 (+0100) Subject: arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~11^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45451914c875bba44903ce4f1445e047b7992bf7;p=pandora-kernel.git arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S We already have __hyp_text_{start,end} to express the boundaries of the HYP text section, and __kvm_hyp_code_{start,end} are getting in the way of a more modular world switch code. Just turn __kvm_hyp_code_{start,end} into #defines mapping the linker-emited symbols. Acked-by: Catalin Marinas Reviewed-by: Christoffer Dall Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed