]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[IA64] Fix pfn_to_nid() so the kernel compiles again for !CONFIG_DISCONTIGMEM.
authorDavid Mosberger-Tang <davidm@hpl.hp.com>
Thu, 23 Jun 2005 05:24:00 +0000 (22:24 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 23 Jun 2005 21:52:51 +0000 (14:52 -0700)
Signed-off-by: David Mosberger-Tang <davidm@hpl.hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/mmzone.h

index 83ca4043fc1158076965dfaeae8e782da7f92292..d32f51e3d6c2d9398cc647b0bf35f8f906462756 100644 (file)
@@ -15,6 +15,8 @@
 #include <asm/page.h>
 #include <asm/meminit.h>
 
+#ifdef CONFIG_DISCONTIGMEM
+
 static inline int pfn_to_nid(unsigned long pfn)
 {
 #ifdef CONFIG_NUMA
@@ -29,8 +31,6 @@ static inline int pfn_to_nid(unsigned long pfn)
 #endif
 }
 
-#ifdef CONFIG_DISCONTIGMEM
-
 #ifdef CONFIG_IA64_DIG /* DIG systems are small */
 # define MAX_PHYSNODE_ID       8
 # define NR_NODE_MEMBLKS       (MAX_NUMNODES * 8)