mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-30 19:15:14 +00:00
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:
parent
5522d5d5f7
commit
3a25201572
1 changed files with 25 additions and 25 deletions
|
@ -198,12 +198,12 @@ static struct cfs_rq *init_cfs_rq_p[NR_CPUS];
|
|||
struct task_grp init_task_grp = {
|
||||
.se = init_sched_entity_p,
|
||||
.cfs_rq = init_cfs_rq_p,
|
||||
};
|
||||
};
|
||||
|
||||
#ifdef CONFIG_FAIR_USER_SCHED
|
||||
#define INIT_TASK_GRP_LOAD 2*NICE_0_LOAD
|
||||
# define INIT_TASK_GRP_LOAD 2*NICE_0_LOAD
|
||||
#else
|
||||
#define INIT_TASK_GRP_LOAD NICE_0_LOAD
|
||||
# define INIT_TASK_GRP_LOAD NICE_0_LOAD
|
||||
#endif
|
||||
|
||||
static int init_task_grp_load = INIT_TASK_GRP_LOAD;
|
||||
|
|
Loading…
Add table
Reference in a new issue