vserver 1.9.3
[linux-2.6.git] / arch / x86_64 / mm / k8topology.c
index 0ec22c1..0825e37 100644 (file)
@@ -100,8 +100,8 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)
                limit <<= 24; 
                limit |= (1<<24)-1;
 
-               if (limit > end_pfn_map << PAGE_SHIFT) 
-                       limit = end_pfn_map << PAGE_SHIFT; 
+               if (limit > end_pfn << PAGE_SHIFT)
+                       limit = end_pfn << PAGE_SHIFT;
                if (limit <= base)
                        continue;