From: Hiroshi Shimamoto Date: Thu, 16 Feb 2012 05:52:21 +0000 (+0900) Subject: sched: Make initial SCHED_RR timeslace DEF_TIMESLICE X-Git-Tag: v3.4-rc1~191^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5bdff7a72acc281219be2b8edeeca1fd81c542;p=pandora-kernel.git sched: Make initial SCHED_RR timeslace DEF_TIMESLICE Current the initial SCHED_RR timeslice of init_task is HZ, which means 1s, and is not same as the default SCHED_RR timeslice DEF_TIMESLICE. Change that initial timeslice to the DEF_TIMESLICE. Signed-off-by: Hiroshi Shimamoto [ s/DEF_TIMESLICE/RR_TIMESLICE/g ] Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/4F3C9995.3010800@ct.jp.nec.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed