From: Tim Abbott Date: Fri, 1 May 2009 00:06:11 +0000 (-0400) Subject: ftrace: use .sched.text, not .text.sched in recordmcount.pl X-Git-Tag: v2.6.31-rc1~401^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b6e76e21b2ffd3cb2f6fe4149790a9fdadce2d;p=pandora-kernel.git ftrace: use .sched.text, not .text.sched in recordmcount.pl The only references in the kernel to the .text.sched section are in recordmcount.pl. Since the code it has is intended to be example code it should refer to real kernel sections. So change it to .sched.text instead. [ Impact: consistency in comments ] Signed-off-by: Tim Abbott LKML-Reference: <1241136371-10768-1-git-send-email-tabbott@mit.edu> Acked-by: Sam Ravnborg Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed