Re: [PATCH] sched: Fix compiler errors for NO_SMP machines

2015-05-23 Thread Abel Vesa
On Sat, May 23, 2015 at 04:52:23PM +0200, Ingo Molnar wrote: > > What tree is this against? Neither the upstream kernel nor > tip:sched/core (the scheduler development tree) has this function. > Sorry, I forgot to mention. This patch applies to: git://linux-arm.org/linux-power.git energy_model

Re: [PATCH] sched: Fix compiler errors for NO_SMP machines

2015-05-23 Thread Ingo Molnar
* Abel Vesa wrote: > Trivial fixes forh machines without SMP. > > Signed-off-by: Abel Vesa > --- > kernel/sched/fair.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c > index e6d32e6..dae3db7 100644 > --- a/kerne

[PATCH] sched: Fix compiler errors for NO_SMP machines

2015-05-22 Thread Abel Vesa
Trivial fixes forh machines without SMP. Signed-off-by: Abel Vesa --- kernel/sched/fair.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index e6d32e6..dae3db7 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @