Commit 3a252015 authored by Ingo Molnar's avatar 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: default avatarIngo Molnar <mingo@elte.hu>
Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment