From: Anton Blanchard Date: Thu, 12 Jun 2014 08:16:53 +0000 (+1000) Subject: KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~251^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed179b67ca1a05034728ab160905900416b1835;p=pandora-kernel.git KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() Both kvmppc_hv_entry_trampoline and kvmppc_entry_trampoline are assembly functions that are exported to modules and also require a valid r2. As such we need to use _GLOBAL_TOC so we provide a global entry point that establishes the TOC (r2). Signed-off-by: Anton Blanchard Signed-off-by: Alexander Graf --- Reading git-diff-tree failed