[PATCH] lib cpumask.c should include nodemask.h

From: Paul Jackson
Date: Wed Oct 18 2006 - 04:15:19 EST


From: Paul Jackson <pj@xxxxxxx>

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@xxxxxxx>

---

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@xxxxxxx> 1.925.600.0401
-
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/