Merge branch 'x86/urgent' into x86-mm
[pandora-kernel.git] / arch / x86 / mm / numa_64.c
index 13f5b06..a96767c 100644 (file)
@@ -191,7 +191,7 @@ int __init numa_cleanup_meminfo(struct numa_meminfo *mi)
                bi->end = min(bi->end, high);
 
                /* and there's no empty block */
-               if (bi->start == bi->end) {
+               if (bi->start >= bi->end) {
                        numa_remove_memblk_from(i--, mi);
                        continue;
                }