KVM: export kvm_lapic_set_tpr() to modules
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 16 Apr 2008 14:51:16 +0000 (16:51 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 15:21:41 +0000 (18:21 +0300)
commitec7cf6903ffced20098e2bcc27a184172836dfb9
treeb1252baf58aa0a4ff32078b519830e449476bcb5
parent649d68643ebf02f31859ffbb16676aa44c72e6e9
KVM: export kvm_lapic_set_tpr() to modules

This patch exports the kvm_lapic_set_tpr() function from the lapic code to
modules. It is required in the kvm-amd module to optimize CR8 intercepts.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/lapic.c