commit | 6ed179b67ca1a05034728ab160905900416b1835 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Jun 12 18:16:53 2014 +1000 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 07 12:02:32 2014 +0200 |
tree | 66a759a3fbf98ff2f99e39e5cf2c77a3773730bf | |
parent | 9715a2e8515217206ebf53040c979fdbeb805a21 [diff] |
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 <anton@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>