From: Yong Zhang Date: Fri, 7 Jan 2011 07:17:36 +0000 (+0800) Subject: sched: Consolidate the name of root_task_group and init_task_group X-Git-Tag: v2.6.38-rc1~457^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e06b011db2b3300f6c975ebf293fc4c8c59942;p=pandora-kernel.git sched: Consolidate the name of root_task_group and init_task_group root_task_group is the leftover of USER_SCHED, now it's always same to init_task_group. But as Mike suggested, root_task_group is maybe the suitable name to keep for a tree. So in this patch: init_task_group --> root_task_group init_task_group_load --> root_task_group_load INIT_TASK_GROUP_LOAD --> ROOT_TASK_GROUP_LOAD Suggested-by: Mike Galbraith Signed-off-by: Yong Zhang Signed-off-by: Peter Zijlstra LKML-Reference: <20110107071736.GA32635@windriver.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed