Messages in this thread Patch in this message |  | | | From | Paul Jackson <> | | Date | Wed, 18 Oct 2006 01:13:36 -0700 | | Subject | [PATCH] lib cpumask.c should include nodemask.h |
From: Paul Jackson <pj@sgi.com>
With the addition of some nodemask related code to lib/cpumask.c, we should now include nodemask.h in this file for the for_each_node_mask() and node_possible_map definitions.
Signed-off-by: Paul Jackson <pj@sgi.com>
--- lib/cpumask.c | 1 + 1 files changed, 1 insertion(+) --- 2.6.19-rc2-mm1.orig/lib/cpumask.c 2006-10-17 17:36:23.000000000 -0700 +++ 2.6.19-rc2-mm1/lib/cpumask.c 2006-10-17 17:37:23.000000000 -0700 @@ -1,6 +1,7 @@ #include <linux/kernel.h> #include <linux/bitops.h> #include <linux/cpumask.h> +#include <linux/nodemask.h> #include <linux/module.h> int __first_cpu(const cpumask_t *srcp) -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <pj@sgi.com> 1.925.600.0401 - 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/
|  |