]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/numaq.h
x86: make generic arch support NUMAQ
[linux-2.6-omap-h63xx.git] / include / asm-x86 / numaq.h
index 94b86c31239aad607ff00e344e67233b42882f82..ef068d2465d691a785c274389ea94f2f047364dd 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifdef CONFIG_X86_NUMAQ
 
+extern int found_numaq;
 extern int get_memcfg_numaq(void);
 
 /*
@@ -156,9 +157,10 @@ struct sys_cfg_data {
        struct          eachquadmem eq[MAX_NUMNODES];   /* indexed by quad id */
 };
 
-static inline unsigned long *get_zholes_size(int nid)
+#else
+static inline int get_memcfg_numaq(void)
 {
-       return NULL;
+       return 0;
 }
 #endif /* CONFIG_X86_NUMAQ */
 #endif /* NUMAQ_H */