lkml.org 
[lkml]   [2004]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[PATCH mask 4/15] pj-fix-4-include-mempolicy
Fix numa build - small-numa-api-fixups.patch replaced
an included with a struct forward declaration, so now
some other files need to include mempolicy.h explicitly.

--- 2.6.6-rc3-mm2-old/arch/ia64/ia32/binfmt_elf32.c 2004-05-06 03:57:09.000000000 -0700
+++ 2.6.6-rc3-mm2/arch/ia64/ia32/binfmt_elf32.c 2004-05-05 11:54:15.000000000 -0700
@@ -13,6 +13,7 @@

#include <linux/types.h>
#include <linux/mm.h>
+#include <linux/mempolicy.h>
#include <linux/security.h>

#include <asm/param.h>

--- 2.6.6-rc3-mm2-old/arch/ia64/kernel/perfmon.c 2004-05-06 03:57:09.000000000 -0700
+++ 2.6.6-rc3-mm2/arch/ia64/kernel/perfmon.c 2004-05-05 11:54:15.000000000 -0700
@@ -29,6 +29,7 @@
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
+#include <linux/mempolicy.h>
#include <linux/sysctl.h>
#include <linux/list.h>
#include <linux/file.h>

--- 2.6.6-rc3-mm2-old/arch/ia64/mm/init.c 2004-05-06 03:57:36.000000000 -0700
+++ 2.6.6-rc3-mm2/arch/ia64/mm/init.c 2004-05-05 11:54:39.000000000 -0700
@@ -12,6 +12,7 @@
#include <linux/efi.h>
#include <linux/elf.h>
#include <linux/mm.h>
+#include <linux/mempolicy.h>
#include <linux/mmzone.h>
#include <linux/module.h>
#include <linux/personality.h>

--- 2.6.6-rc3-mm2-old/kernel/exit.c 2004-05-06 03:57:09.000000000 -0700
+++ 2.6.6-rc3-mm2/kernel/exit.c 2004-05-05 11:54:16.000000000 -0700
@@ -6,6 +6,7 @@

#include <linux/config.h>
#include <linux/mm.h>
+#include <linux/mempolicy.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/smp_lock.h>

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
-
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/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.102 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site