From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:12 +0000 (+0200) Subject: sched: mark scheduling classes as const X-Git-Tag: v2.6.24-rc1~1289^2~56 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5522d5d5f70005faeffff3ffc0cfa8eec0155de4;p=pandora-kernel.git sched: mark scheduling classes as const mark scheduling classes as const. The speeds up the code a bit and shrinks it: text data bss dec hex filename 40027 4018 292 44337 ad31 sched.o.before 40190 3842 292 44324 ad24 sched.o.after Signed-off-by: Ingo Molnar Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed