From: Ingo Molnar Date: Tue, 4 Dec 2007 16:04:39 +0000 (+0100) Subject: sched: fix crash in sys_sched_rr_get_interval() X-Git-Tag: v2.6.24-rc5~113^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77034937dc4575ca0a76bf209838ecd39e804089;p=pandora-kernel.git sched: fix crash in sys_sched_rr_get_interval() Luiz Fernando N. Capitulino reported that sched_rr_get_interval() crashes for SCHED_OTHER tasks that are on an idle runqueue. The fix is to return a 0 timeslice for tasks that are on an idle runqueue. (and which are not running, obviously) this also shrinks the code a bit: text data bss dec hex filename 47903 3934 336 52173 cbcd sched.o.before 47885 3934 336 52155 cbbb sched.o.after Reported-by: Luiz Fernando N. Capitulino Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed