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: Ingo Molnar <mingo@elte.hu>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar
2007-10-15 17:00:12 +02:00
parent 5522d5d5f7
commit 3a25201572

View File

@@ -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;