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: cleanup-for-v3.18~89^2~10^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7d4584a225e3c1ac634dc803421fe842491ecf;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