From: Russell King Date: Wed, 15 Dec 2010 19:19:25 +0000 (+0000) Subject: ARM: ensure all sched_clock() implementations are notrace marked X-Git-Tag: v2.6.38-rc1~471^2~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e06b6492e53ab2a4e467763a9ee9f70b032c301;p=pandora-kernel.git ARM: ensure all sched_clock() implementations are notrace marked ftrace requires sched_clock() to be notrace. Ensure that all implementations are so marked. Also make sure that they include linux/sched.h Also ensure OMAP clocksource read functions are marked notrace as they're used for sched_clock() too. Tested-by: Santosh Shilimkar Tested-by: Will Deacon Tested-by: Mikael Pettersson Tested-by: Eric Miao Tested-by: Olof Johansson Signed-off-by: Russell King --- Reading git-diff-tree failed