From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:12 +0000 (+0200) Subject: sched: clean up schedstats, cnt -> count X-Git-Tag: v2.6.24-rc1~1289^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d72376b3af1e7d4d4515ebfd0f4383f2e92c343;p=pandora-kernel.git sched: clean up schedstats, cnt -> count rename all 'cnt' fields and variables to the less yucky 'count' name. yuckage noticed by Andrew Morton. no change in code, other than the /proc/sched_debug bkl_count string got a bit larger: text data bss dec hex filename 38236 3506 24 41766 a326 sched.o.before 38240 3506 24 41770 a32a sched.o.after Signed-off-by: Ingo Molnar Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed