]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sched: Export account_system_vtime()
authorIngo Molnar <mingo@elte.hu>
Thu, 10 Feb 2011 09:23:28 +0000 (10:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:37:27 +0000 (15:37 -0800)
Commit: b7dadc38797584f6203386da1947ed5edf516646 upstream

KVM uses it for example:

 ERROR: "account_system_vtime" [arch/x86/kvm/kvm.ko] undefined!

Cc: Venkatesh Pallipadi <venki@google.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1286237003-12406-3-git-send-email-venki@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sched.c

index c7f69fe024e1814aab711a02b5d1dbf6b3d2a09c..c8272e7b40c80ce2e2a9ac9f6e0cf8b71ca743ee 100644 (file)
@@ -1889,6 +1889,7 @@ void account_system_vtime(struct task_struct *curr)
 
        local_irq_restore(flags);
 }
+EXPORT_SYMBOL_GPL(account_system_vtime);
 
 static void sched_irq_time_avg_update(struct rq *rq, u64 curr_irq_time)
 {