Re: [PATCH] mask ADT: new mask.h file [2/22]
From: Matthew Dobson (colpatch_at_us.ibm.com)
Date: 04/01/04
- Previous message: Andy Whitcroft: "Re: BUG_ON(!cpus_equal(cpumask, tmp));"
- Next in thread: Paul Jackson: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Reply: Paul Jackson: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Maybe reply: Rusty Russell: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Paul Jackson <pj@sgi.com> Date: Wed, 31 Mar 2004 16:38:51 -0800
On Mon, 2004-03-29 at 04:12, Paul Jackson wrote:
> Patch_2_of_22 - New mask ADT
> Adds new include/linux/mask.h header file
>
> ==> See this mask.h header for more extensive mask documentation <==
Paul,
2 small changes to include/linux/mask.h:
1) Change #ifndef _ASM_GENERIC_MASK_H to #ifnded __LINUX_MASK_H since
mask.h resides in include/linux/ not include/asm-generic/.
2) In #define mask_complement(), the "nbits" argument to
bitmap_complement wasn't wrapped in parens.
Cheers!
-Matt
-
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/
- text/x-patch attachment: mask_h-mcd.patch__charset_
- Previous message: Andy Whitcroft: "Re: BUG_ON(!cpus_equal(cpumask, tmp));"
- Next in thread: Paul Jackson: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Reply: Paul Jackson: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Maybe reply: Rusty Russell: "Re: [PATCH] mask ADT: new mask.h file [2/22]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|