Re: [PATCH -mm take2] 64bit-futex - provide new commands instead of new syscall

2007-04-24 Thread Ulrich Drepper
On 4/24/07, Pierre Peiffer <[EMAIL PROTECTED]> wrote: Something like that may be... Yep, looks goot to me. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH -mm take2] 64bit-futex - provide new commands instead of new syscall

2007-04-24 Thread Pierre Peiffer
Ulrich Drepper a écrit : It looks mostly good. I wouldn't use the high bit to differentiate the 64-bit operations, though. Since we do not allow to apply it to all operations the only effect will be that the compiler has a harder time generating the code for the switch statement. If you use

[PATCH -mm take2] 64bit-futex - provide new commands instead of new syscall

2007-04-24 Thread Pierre Peiffer
Ulrich Drepper a écrit : It looks mostly good. I wouldn't use the high bit to differentiate the 64-bit operations, though. Since we do not allow to apply it to all operations the only effect will be that the compiler has a harder time generating the code for the switch statement. If you use

Re: [PATCH -mm take2] 64bit-futex - provide new commands instead of new syscall

2007-04-24 Thread Ulrich Drepper
On 4/24/07, Pierre Peiffer [EMAIL PROTECTED] wrote: Something like that may be... Yep, looks goot to me. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html