]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/numaq.h
sdio: give sdio irq thread a host specific name
[linux-2.6-omap-h63xx.git] / include / asm-x86 / numaq.h
index 94b86c31239aad607ff00e344e67233b42882f82..34b92d581fa326839f7c2568b82d9033472d44dd 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifdef CONFIG_X86_NUMAQ
 
+extern int found_numaq;
 extern int get_memcfg_numaq(void);
 
 /*
@@ -156,9 +157,12 @@ struct sys_cfg_data {
        struct          eachquadmem eq[MAX_NUMNODES];   /* indexed by quad id */
 };
 
-static inline unsigned long *get_zholes_size(int nid)
+void numaq_tsc_disable(void);
+
+#else
+static inline int get_memcfg_numaq(void)
 {
-       return NULL;
+       return 0;
 }
 #endif /* CONFIG_X86_NUMAQ */
 #endif /* NUMAQ_H */