From: Mike Frysinger Date: Thu, 10 Dec 2009 01:07:03 +0000 (-0500) Subject: sched: Mark sched_clock() as notrace X-Git-Tag: v2.6.33-rc1~306^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbfa6f25673019dc0acc9308b667c96f6cda8bf;p=pandora-kernel.git sched: Mark sched_clock() as notrace The core ftrace code (trace_clock_local) calls sched_clock() directly, so we don't want to recurisvely trigger the ftrace code. Rather than update every sched_clock() definition, tag the prototype for everyone as notrace. Signed-off-by: Mike Frysinger Cc: Peter Zijlstra LKML-Reference: <1260407223-10900-1-git-send-email-vapier@gentoo.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed