KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu
authorAlexander Graf <agraf@suse.de>
Fri, 29 Nov 2013 01:27:23 +0000 (02:27 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Dec 2013 08:41:38 +0000 (09:41 +0100)
commitc9dad7f9db4ed42de37d3f0ef2b2c0e10d5b6f92
tree70939f57987d03034ebabf698bcaba2507326abe
parentd825a04387ff4ce66117306f2862c7cedca5c597
KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu

The kvmppc_copy_{to,from}_svcpu functions are publically visible,
so we should also export them in a header for others C files to
consume.

So far we didn't need this because we only called it from asm code.
The next patch will introduce a C caller.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_book3s.h