[PATCH] 4/6 Fix the type of get_zholes_size for NUMA-Q

Martin J. Bligh (mbligh@aracnet.com)
Fri, 07 Mar 2003 15:36:14 -0800


Fix the type of get_zholes_size for NUMA-Q

diff -urpN -X /home/fletch/.diff.exclude 014-physnode_map_u8/include/asm-i386/numaq.h 015-numaq_zholes_warning/include/asm-i386/numaq.h
--- 014-physnode_map_u8/include/asm-i386/numaq.h Wed Mar 5 07:41:55 2003
+++ 015-numaq_zholes_warning/include/asm-i386/numaq.h Wed Mar 5 07:43:31 2003
@@ -157,7 +157,7 @@ struct sys_cfg_data {
struct eachquadmem eq[MAX_NUMNODES]; /* indexed by quad id */
};

-static inline unsigned long get_zholes_size(int nid)
+static inline unsigned long *get_zholes_size(int nid)
{
return 0;
}

-
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/