Nothing in nodedata.h seems to need anything from percpu.h. Perhaps this breaks things indirectly, but I didn't see anything in the few tests that I ran.
From: Simon Horman <[EMAIL PROTECTED]> Index: linux-2.6/include/asm-ia64/nodedata.h =================================================================== --- linux-2.6.orig/include/asm-ia64/nodedata.h 2007-05-10 19:00:01.000000000 +0900 +++ linux-2.6/include/asm-ia64/nodedata.h 2007-05-10 19:00:03.000000000 +0900 @@ -13,7 +13,6 @@ #include <linux/numa.h> -#include <asm/percpu.h> #include <asm/mmzone.h> #ifdef CONFIG_NUMA -- -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
