Re: [PATCH] [2/6] scheduler: Refactor common code of sleep_on / wait_for_completion v2

2007-10-08 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > * Andi Kleen <[EMAIL PROTECTED]> wrote: > > > Andi Kleen <[EMAIL PROTECTED]> writes: > > > > > These functions were largely cut'n'pasted. This moves > > > > Here's a replacement patch fixing a minor problem: > > sleep_on_common wasn't marked __sched a

Re: [PATCH] [2/6] scheduler: Refactor common code of sleep_on / wait_for_completion v2

2007-10-08 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > Andi Kleen <[EMAIL PROTECTED]> writes: > > > These functions were largely cut'n'pasted. This moves > > Here's a replacement patch fixing a minor problem: > sleep_on_common wasn't marked __sched and ended up in the > wrong section; breaking the WCHAN ba

Re: [PATCH] [2/6] scheduler: Refactor common code of sleep_on / wait_for_completion v2

2007-10-07 Thread Andi Kleen
Andi Kleen <[EMAIL PROTECTED]> writes: > These functions were largely cut'n'pasted. This moves Here's a replacement patch fixing a minor problem: sleep_on_common wasn't marked __sched and ended up in the wrong section; breaking the WCHAN backtracing. -Andi Refactor common code of sleep_on / w