]> err.no Git - linux-2.6/blobdiff - include/linux/bootmem.h
[GFS2] Fix up merge of Linus' kernel into GFS2
[linux-2.6] / include / linux / bootmem.h
index 22866fa2d9600675b702fbf90b004b00b117c1c8..e319c649e4fdc3fd27ce22213c66e69cece28bff 100644 (file)
@@ -91,7 +91,7 @@ static inline void *alloc_remap(int nid, unsigned long size)
 }
 #endif
 
-extern unsigned long nr_kernel_pages;
+extern unsigned long __meminitdata nr_kernel_pages;
 extern unsigned long nr_all_pages;
 
 extern void *__init alloc_large_system_hash(const char *tablename,
@@ -114,7 +114,7 @@ extern void *__init alloc_large_system_hash(const char *tablename,
 #else
 #define HASHDIST_DEFAULT 0
 #endif
-extern int __initdata hashdist;                /* Distribute hashes across NUMA nodes? */
+extern int hashdist;           /* Distribute hashes across NUMA nodes? */
 
 
 #endif /* _LINUX_BOOTMEM_H */