From: Dhaval Giani Date: Thu, 28 Feb 2008 09:51:56 +0000 (+0530) Subject: sched: don't allow rt_runtime_us to be zero for groups having rt tasks X-Git-Tag: v2.6.25-rc5~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521f1a2489c41f8b1181b0a8eb52e1c34284d50b;p=pandora-kernel.git sched: don't allow rt_runtime_us to be zero for groups having rt tasks This patch checks if we can set the rt_runtime_us to 0. If there is a realtime task in the group, we don't want to set the rt_runtime_us as 0 or bad things will happen. (that task wont get any CPU time despite being TASK_RUNNNG) Signed-off-by: Dhaval Giani Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed