提交 3a252015 编写于 作者: I Ingo Molnar

sched: whitespace cleanups

more whitespace cleanups. No code changed:

      text    data     bss     dec     hex filename
     26553    2790     288   29631    73bf sched.o.before
     26553    2790     288   29631    73bf sched.o.after
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Reviewed-by: NThomas Gleixner <tglx@linutronix.de>
上级 5522d5d5
...@@ -198,12 +198,12 @@ static struct cfs_rq *init_cfs_rq_p[NR_CPUS]; ...@@ -198,12 +198,12 @@ static struct cfs_rq *init_cfs_rq_p[NR_CPUS];
struct task_grp init_task_grp = { struct task_grp init_task_grp = {
.se = init_sched_entity_p, .se = init_sched_entity_p,
.cfs_rq = init_cfs_rq_p, .cfs_rq = init_cfs_rq_p,
}; };
#ifdef CONFIG_FAIR_USER_SCHED #ifdef CONFIG_FAIR_USER_SCHED
#define INIT_TASK_GRP_LOAD 2*NICE_0_LOAD # define INIT_TASK_GRP_LOAD 2*NICE_0_LOAD
#else #else
#define INIT_TASK_GRP_LOAD NICE_0_LOAD # define INIT_TASK_GRP_LOAD NICE_0_LOAD
#endif #endif
static int init_task_grp_load = INIT_TASK_GRP_LOAD; static int init_task_grp_load = INIT_TASK_GRP_LOAD;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部