Re: [RFC][PATCH 6/6] sched: consolidate config options

2014-09-19 Thread Peter Zijlstra
On Fri, Sep 19, 2014 at 12:15:45PM -0700, Dave Hansen wrote: > On 09/18/2014 10:29 AM, Peter Zijlstra wrote: > >> > +config SCHED_BOOK > >> > +def_bool y > >> > +prompt "Book scheduler support" > >> > +depends on ARCH_ENABLE_SCHED_BOOK > >> > +select SCHED_MC > >> >

Re: [RFC][PATCH 6/6] sched: consolidate config options

2014-09-19 Thread Dave Hansen
On 09/18/2014 10:29 AM, Peter Zijlstra wrote: >> > +config SCHED_BOOK >> > + def_bool y >> > + prompt "Book scheduler support" >> > + depends on ARCH_ENABLE_SCHED_BOOK >> > + select SCHED_MC >> > + help >> > +Book scheduler support improves the CPU scheduler's decision making >> > +whe

Re: [RFC][PATCH 6/6] sched: consolidate config options

2014-09-19 Thread Peter Zijlstra
On Wed, Sep 17, 2014 at 03:33:20PM -0700, Dave Hansen wrote: > diff -puN /dev/null kernel/sched/Kconfig > --- /dev/null 2014-04-10 11:28:14.066815724 -0700 > +++ b/kernel/sched/Kconfig2014-09-17 15:28:58.620622789 -0700 > @@ -0,0 +1,42 @@ > +config ARCH_ENABLE_SCHED_MC > + depends on SMP >

[RFC][PATCH 6/6] sched: consolidate config options

2014-09-17 Thread Dave Hansen
I originally did this when renaming CONFIG_SCHED_MC. I ended up not renaming it, but I still think it's nice to have all the Kconfigs consolidated like this. -- From: Dave Hansen We have 2 config options (SCHED_MC and SCHED_SMT) which are used across a few architectures. We have one (SCHED_B