* [PATCH] lib cpumask.c should include nodemask.h
@ 2006-10-18 8:13 Paul Jackson
0 siblings, 0 replies; only message in thread
From: Paul Jackson @ 2006-10-18 8:13 UTC (permalink / raw)
To: akpm; +Cc: neilb, nfs, Paul Jackson, linux-kernel, gnb
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-18 8:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18 8:13 [PATCH] lib cpumask.c should include nodemask.h Paul Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®