x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
[pandora-kernel.git] / arch / x86 / mm / numa_32.c
index 3adebe7..07757f3 100644 (file)
@@ -261,5 +261,6 @@ void __init initmem_init(void)
        printk(KERN_DEBUG "High memory starts at vaddr %08lx\n",
                        (ulong) pfn_to_kaddr(highstart_pfn));
 
+       __vmalloc_start_set = true;
        setup_bootmem_allocator();
 }