2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ Commit: b7dadc38797584f6203386da1947ed5edf516646 upstream KVM uses it for example: ERROR: "account_system_vtime" [arch/x86/kvm/kvm.ko] undefined! Cc: Venkatesh Pallipadi <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Mike Galbraith <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- kernel/sched.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.35.y/kernel/sched.c =================================================================== --- linux-2.6.35.y.orig/kernel/sched.c 2011-03-29 23:03:00.369290720 -0700 +++ linux-2.6.35.y/kernel/sched.c 2011-03-29 23:54:58.088516087 -0700 @@ -1901,6 +1901,7 @@ local_irq_restore(flags); } +EXPORT_SYMBOL_GPL(account_system_vtime); static void sched_irq_time_avg_update(struct rq *rq, u64 curr_irq_time) { _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
