Re: [patch] sched: fix newly idle load balance in case of SMT

2007-07-17 Thread Ingo Molnar
* Siddha, Suresh B <[EMAIL PROTECTED]> wrote: > In the presence of SMT, newly idle balance was never happening for > multi-core and SMP domains(even when both the logical siblings are > idle). > > If thread 0 is already idle and when thread 1 is about to go to idle, > newly idle load balance

Re: [patch] sched: fix newly idle load balance in case of SMT

2007-07-17 Thread Ingo Molnar
* Siddha, Suresh B [EMAIL PROTECTED] wrote: In the presence of SMT, newly idle balance was never happening for multi-core and SMP domains(even when both the logical siblings are idle). If thread 0 is already idle and when thread 1 is about to go to idle, newly idle load balance always

[patch] sched: fix newly idle load balance in case of SMT

2007-07-16 Thread Siddha, Suresh B
In the presence of SMT, newly idle balance was never happening for multi-core and SMP domains(even when both the logical siblings are idle). If thread 0 is already idle and when thread 1 is about to go to idle, newly idle load balance always think that one of the threads is not idle and skips

[patch] sched: fix newly idle load balance in case of SMT

2007-07-16 Thread Siddha, Suresh B
In the presence of SMT, newly idle balance was never happening for multi-core and SMP domains(even when both the logical siblings are idle). If thread 0 is already idle and when thread 1 is about to go to idle, newly idle load balance always think that one of the threads is not idle and skips