Re: [PATCH 13/21] [PATCH] change bitwise operations to get a void parameter.

2007-12-18 Thread H. Peter Anvin
Glauber de Oliveira Costa wrote: On Dec 18, 2007 3:18 AM, Rusty Russell <[EMAIL PROTECTED]> wrote: On Tuesday 18 December 2007 09:52:36 Glauber de Oliveira Costa wrote: This patch changes the bitwise operations in bitops.h to get a void pointers as a parameter. Before this patch, a lot of warni

Re: [PATCH 13/21] [PATCH] change bitwise operations to get a void parameter.

2007-12-18 Thread Glauber de Oliveira Costa
On Dec 18, 2007 3:18 AM, Rusty Russell <[EMAIL PROTECTED]> wrote: > On Tuesday 18 December 2007 09:52:36 Glauber de Oliveira Costa wrote: > > This patch changes the bitwise operations in bitops.h to get > > a void pointers as a parameter. Before this patch, a lot of warnings > > can be seen. They'r

Re: [PATCH 13/21] [PATCH] change bitwise operations to get a void parameter.

2007-12-17 Thread H. Peter Anvin
Rusty Russell wrote: On Tuesday 18 December 2007 09:52:36 Glauber de Oliveira Costa wrote: This patch changes the bitwise operations in bitops.h to get a void pointers as a parameter. Before this patch, a lot of warnings can be seen. They're gone after it. No, this is a backwards step! These

Re: [PATCH 13/21] [PATCH] change bitwise operations to get a void parameter.

2007-12-17 Thread Rusty Russell
On Tuesday 18 December 2007 09:52:36 Glauber de Oliveira Costa wrote: > This patch changes the bitwise operations in bitops.h to get > a void pointers as a parameter. Before this patch, a lot of warnings > can be seen. They're gone after it. No, this is a backwards step! These warnings are import

[PATCH 13/21] [PATCH] change bitwise operations to get a void parameter.

2007-12-17 Thread Glauber de Oliveira Costa
This patch changes the bitwise operations in bitops.h to get a void pointers as a parameter. Before this patch, a lot of warnings can be seen. They're gone after it. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- include/asm-x86/bitops.h | 39 --