* Alex Shi wrote: > On 06/20/2013 10:18 AM, Alex Shi wrote: > > Remove CONFIG_FAIR_GROUP_SCHED that covers the runnable info, then > > we can use runnable load variables. > > > > Signed-off-by: Alex Shi > > There are 2 more place need to be reverted too, and merged them into the updated patch. > BTW, this patchset was tested by Fengguang's 0day kbuild system. still fails to build with the attached config: kernel/sched/fair.c:1620:6: error: redefinition of ‘idle_enter_fair’ In file included from kernel/sched/fair.c:35:0: kernel/sched/sched.h:1034:20: note: previous definition of ‘idle_enter_fair’ was here kernel/sched/fair.c:1630:6: error: redefinition of ‘idle_exit_fair’ In file included from kernel/sched/fair.c:35:0: kernel/sched/sched.h:1035:20: note: previous definition of ‘idle_exit_fair’ was here Thanks, Ingo