To directly call core interrupt handling code from kvm module code, we need to export its symbols. Signed-off-by: Alexander Graf <agraf@xxxxxxx> --- arch/powerpc/kernel/ppc_ksyms.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 786a270..f6484f2 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c @@ -190,3 +190,7 @@ EXPORT_SYMBOL(__arch_hweight16); EXPORT_SYMBOL(__arch_hweight32); EXPORT_SYMBOL(__arch_hweight64); #endif + +EXPORT_SYMBOL_GPL(do_IRQ); +EXPORT_SYMBOL_GPL(timer_interrupt); +EXPORT_SYMBOL_GPL(performance_monitor_exception); -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html