From: Srivatsa Vaddagiri Date: Mon, 15 Oct 2007 15:00:12 +0000 (+0200) Subject: sched: group scheduler, fix bloat X-Git-Tag: v2.6.24-rc1~1289^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad095a7b963d9e914e0cdb73e27355c47709441;p=pandora-kernel.git sched: group scheduler, fix bloat Recent fix to check_preempt_wakeup() to check for preemption at higher levels caused a size bloat for !CONFIG_FAIR_GROUP_SCHED. Fix the problem. 42277 10598 320 53195 cfcb kernel/sched.o-before_this_patch 42216 10598 320 53134 cf8e kernel/sched.o-after_this_patch Signed-off-by: Srivatsa Vaddagiri Signed-off-by: Ingo Molnar Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed