From: Paul Moore <[EMAIL PROTECTED]> Date: Sun, 16 Jul 2006 12:10:44 -0400
> On Friday 14 July 2006 10:03 pm, James Morris wrote: > > On Fri, 14 Jul 2006, [EMAIL PROTECTED] wrote: > > > +/** > > > + * cipso_v4_bitmap_walk - Walk a bitmap looking for a bit > > > > > > + * cipso_v4_bitmap_setbit - Sets a single bit in a bitmap > > > > Can you use lib/bitmap.c instead? > > Looking again at include/asm/bitops.h I think I now remember why I > decided not to use them in the first place. lib/bitmap.c and the asm/bitops.h operations are two entirely different animals. Wrt. your asm/bitops.h concerns, is there any reason you cannot pad out your bitmaps to be a modulo of "long" which is required for those routines? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html