Skip to content
Commit 6ed179b6 authored by Anton Blanchard's avatar Anton Blanchard Committed by Alexander Graf
Browse files

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: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 9715a2e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment