Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7dadc38 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: Export account_system_vtime()



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: default avatarIngo Molnar <mingo@elte.hu>
parent d267f87f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1991,6 +1991,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)
{