From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:02 +0000 (+0200) Subject: sched: use constants if !CONFIG_SCHED_DEBUG X-Git-Tag: v2.6.24-rc1~1289^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd8e6d422a4f44c0994f909317eba80b0fe08a1;p=pandora-kernel.git sched: use constants if !CONFIG_SCHED_DEBUG use constants if !CONFIG_SCHED_DEBUG. this speeds up the code and reduces code-size: text data bss dec hex filename 27464 3014 16 30494 771e sched.o.before 26929 3010 20 29959 7507 sched.o.after Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Signed-off-by: Mike Galbraith Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed