From: Steven Rostedt Date: Thu, 23 Sep 2010 02:22:25 +0000 (-0400) Subject: tracing/x86: Don't use mcount in kvmclock.c X-Git-Tag: v2.6.36-rc6~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258af47479980d8238a04568b94a4e55aa1cb537;p=pandora-kernel.git tracing/x86: Don't use mcount in kvmclock.c The guest can use the paravirt clock in kvmclock.c which is used by sched_clock(), which in turn is used by the tracing mechanism for timestamps, which leads to infinite recursion. Disable mcount/tracing for kvmclock.o. Cc: stable@kernel.org Cc: Jeremy Fitzhardinge Cc: Avi Kivity Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed