]> err.no Git - linux-2.6/blobdiff - include/asm-x86/numaq.h
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-x86 / numaq.h
index 739d16484b8c4064d0f8c4c7172d00402ff221ba..34b92d581fa326839f7c2568b82d9033472d44dd 100644 (file)
@@ -157,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 */