Re: [PATCH] tiny sched_getaffinity cleanup

2007-08-06 Thread Ingo Molnar
* Ulrich Drepper <[EMAIL PROTECTED]> wrote: > Unless I'm missing something quite tricky here's another tiny cleanup. > The generated code is not affected (gcc is smart enough) but for > people looking over the code it is just irritating to have the extra > conditional. thanks, i've applied y

[PATCH] tiny sched_getaffinity cleanup

2007-07-29 Thread Ulrich Drepper
Unless I'm missing something quite tricky here's another tiny cleanup. The generated code is not affected (gcc is smart enough) but for people looking over the code it is just irritating to have the extra conditional. Signed-off-by: Ulrich Drepper <[EMAIL PROTECTED]> --- kernel/sched.c 200