From 1b12161e7137c2530c512c4b915db5c52343e617 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 30 Apr 2008 20:40:41 +0900 Subject: [PATCH] ia64/kvm: compilation fix. export account_system_vtime. Signed-off-by: Isaku Yamahata --- arch/ia64/kernel/time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index 046ca89efc..65c10a42c8 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c @@ -130,6 +130,7 @@ void account_system_vtime(struct task_struct *tsk) local_irq_restore(flags); } +EXPORT_SYMBOL_GPL(account_system_vtime); /* * Called from the timer interrupt handler to charge accumulated user time -- 2.11.4.GIT