Export KVM symbols for module
commit0186fd0373d9684145046a60c688b913cb9bd181
authorAlexander Graf <agraf@suse.de>
Fri, 30 Oct 2009 05:47:21 +0000 (30 05:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Nov 2009 05:50:25 +0000 (5 16:50 +1100)
tree0b5cf13534330ede808a92d24bfe77869a5425d6
parente85a47106abb928e048d89d7fa48f982fcb018aa
Export KVM symbols for module

To be able to keep KVM as module, we need to export the SLB trampoline
addresses to the module, so it knows where to jump to.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/book3s_64_exports.c [new file with mode: 0644]