Convert a MAXNODE instance which was missed.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/mm/numa.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/mm/numa.c~x86_64-allow-to-configure-more-cpus-and-nodes-fix arch/x86_64/mm/numa.c
--- 25/arch/x86_64/mm/numa.c~x86_64-allow-to-configure-more-cpus-and-nodes-fix	2004-11-30 01:23:00.801645240 -0800
+++ 25-akpm/arch/x86_64/mm/numa.c	2004-11-30 01:23:00.804644784 -0800
@@ -175,7 +175,7 @@ int numa_fake __initdata = 0;
 static int numa_emulation(unsigned long start_pfn, unsigned long end_pfn)
 {
  	int i;
- 	struct node nodes[MAXNODE];
+ 	struct node nodes[MAX_NUMNODES];
  	unsigned long sz = ((end_pfn - start_pfn)<<PAGE_SHIFT) / numa_fake;
 
  	/* Kludge needed for the hash function */
_