public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial build fix
@ 2005-01-10 17:17 Alex Williamson
  2005-01-10 17:52 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Williamson @ 2005-01-10 17:17 UTC (permalink / raw)
  To: linux-ia64


  Latest bk of ia64/kernel/topology.c needs linux/nodemask.h.
asm-ia64/numa.h seems like a reasonable place for it.  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>

=== include/asm-ia64/numa.h 1.17 vs edited ==--- 1.17/include/asm-ia64/numa.h	2005-01-07 22:44:03 -07:00
+++ edited/include/asm-ia64/numa.h	2005-01-10 09:38:24 -07:00
@@ -17,6 +17,7 @@
 
 #include <linux/cache.h>
 #include <linux/cpumask.h>
+#include <linux/nodemask.h>
 #include <linux/numa.h>
 #include <linux/smp.h>
 #include <linux/threads.h>



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] trivial build fix
  2005-01-10 17:17 [PATCH] trivial build fix Alex Williamson
@ 2005-01-10 17:52 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2005-01-10 17:52 UTC (permalink / raw)
  To: linux-ia64

On Monday, January 10, 2005 9:17 am, Alex Williamson wrote:
>   Latest bk of ia64/kernel/topology.c needs linux/nodemask.h.
> asm-ia64/numa.h seems like a reasonable place for it.  Thanks,
>
>  Alex
>
> Signed-off-by: Alex Williamson <alex.williamson@hp.com>
>
> === include/asm-ia64/numa.h 1.17 vs edited ==> --- 1.17/include/asm-ia64/numa.h 2005-01-07 22:44:03 -07:00
> +++ edited/include/asm-ia64/numa.h 2005-01-10 09:38:24 -07:00
> @@ -17,6 +17,7 @@
>
>  #include <linux/cache.h>
>  #include <linux/cpumask.h>
> +#include <linux/nodemask.h>
>  #include <linux/numa.h>
>  #include <linux/smp.h>
>  #include <linux/threads.h>

I think cw already sent a fix to akpm for this problem, though he put the 
#include into topology.c, which seems more correct unless numa.h itself needs 
it.

Jesse

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-10 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-10 17:17 [PATCH] trivial build fix Alex Williamson
2005-01-10 17:52 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox