commit | 9bf163f86d0dc2f9070d9b1b8c27cedcf8eec816 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Jun 16 14:41:15 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 28 15:22:25 2014 +0200 |
tree | 39183805caf39b59dd91b903654824c3cc6413b6 | |
parent | 76d072fb05f646eb180f161bbe06ab185af52f38 [diff] |
KVM: PPC: Book3S HV: Fix ABIv2 on LE For code that doesn't live in modules we can just branch to the real function names, giving us compatibility with ABIv1 and ABIv2. Do this for the compiled-in code of HV KVM. Signed-off-by: Alexander Graf <agraf@suse.de>