![]() | |||||||||||||
Messages in this thread
Patch in this message |
This patch fixes the following compile error: <-- snip --> ... CC mm/memory_hotplug.o /home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/mm/memory_hotplug.c: In function ‘add_memory’: /home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/mm/memory_hotplug.c:286: error: implicit declaration of function ‘cpuset_track_online_nodes’ make[2]: *** [mm/memory_hotplug.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.18-rc5-mm1/mm/memory_hotplug.c.old 2006-09-04 20:23:30.000000000 +0200 +++ linux-2.6.18-rc5-mm1/mm/memory_hotplug.c 2006-09-04 20:23:48.000000000 +0200 @@ -22,6 +22,7 @@ #include <linux/highmem.h> #include <linux/vmalloc.h> #include <linux/ioport.h> +#include <linux/cpuset.h> #include <asm/tlbflush.h> - 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: 2006-09-04 20:45 [from the cache] ©2003-2008 | |||||||||||||