Re: [PATCH] x86: Change x86 to use generic find_next_bit

From: Ingo Molnar
Date: Sun Mar 09 2008 - 16:12:17 EST



* Alexander van Heukelum <heukelum@xxxxxxxxxxxxx> wrote:

> --- a/lib/find_next_bit.c
> +++ b/lib/find_next_bit.c
> @@ -15,6 +15,8 @@
> #include <asm/byteorder.h>
>
> #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG)
> +#undef find_next_bit
> +#undef find_next_zero_bit

this bit looks weird - did you need it for testing?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/