diff options
Diffstat (limited to 'arch/ia64/include/asm/mmzone.h')
-rw-r--r-- | arch/ia64/include/asm/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/mmzone.h b/arch/ia64/include/asm/mmzone.h index e0de61709cf1..0ceca5f9449c 100644 --- a/arch/ia64/include/asm/mmzone.h +++ b/arch/ia64/include/asm/mmzone.h @@ -30,7 +30,7 @@ static inline int pfn_to_nid(unsigned long pfn) #ifdef CONFIG_IA64_DIG /* DIG systems are small */ # define MAX_PHYSNODE_ID 8 # define NR_NODE_MEMBLKS (MAX_NUMNODES * 8) -#else /* sn2 is the biggest case, so we use that if !DIG */ +#else # define MAX_PHYSNODE_ID 2048 # define NR_NODE_MEMBLKS (MAX_NUMNODES * 4) #endif |