Loading kernel/sched.c +1 −1 Original line number Diff line number Diff line Loading @@ -8128,7 +8128,7 @@ void __init sched_init(void) * we use alloc_bootmem(). */ if (alloc_size) { ptr = (unsigned long)alloc_bootmem_low(alloc_size); ptr = (unsigned long)alloc_bootmem(alloc_size); #ifdef CONFIG_FAIR_GROUP_SCHED init_task_group.se = (struct sched_entity **)ptr; Loading Loading
kernel/sched.c +1 −1 Original line number Diff line number Diff line Loading @@ -8128,7 +8128,7 @@ void __init sched_init(void) * we use alloc_bootmem(). */ if (alloc_size) { ptr = (unsigned long)alloc_bootmem_low(alloc_size); ptr = (unsigned long)alloc_bootmem(alloc_size); #ifdef CONFIG_FAIR_GROUP_SCHED init_task_group.se = (struct sched_entity **)ptr; Loading