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

From: Martin J. Bligh (mbligh@aracnet.com)
Date: Wed Mar 05 2003 - 12:17:55 EST


>From Andy Whitcroft

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/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:29 EST