Messages in this thread |  | | | From | David Howells <> | | Subject | Re: [PATCH] Bit operations | | Date | Thu, 11 Nov 2004 12:49:09 +0000 |
| |
Hi Andrew,
> The attached patch provides an out-of-line implementation of find_next_bit() > and rearranges linux/bitops.h to avoid a dependency loop between inline > functions in there and in asm/bitops.h trying to include one another.
Is there any reason you dropped the part of this patch that rearranged linux/bitops.h? asm/bitops.h may need generic_ffs() for implementing sched_find_first_bit(), and obviously asm/bitops.h can't include linux/bitops.h.
David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |