]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - arch/x86/mm/init_32.c
mm/memblock: add extra "flags" to memblock to allow selection of memory based on...
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / mm / init_32.c
index c8140e12816a51f77702b273289222071ecb2350..8340e45c891a1dc879a6e23ab95fe0e2e82b5eec 100644 (file)
@@ -433,7 +433,7 @@ void __init add_highpages_with_active_regions(int nid,
        phys_addr_t start, end;
        u64 i;
 
-       for_each_free_mem_range(i, nid, &start, &end, NULL) {
+       for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) {
                unsigned long pfn = clamp_t(unsigned long, PFN_UP(start),
                                            start_pfn, end_pfn);
                unsigned long e_pfn = clamp_t(unsigned long, PFN_DOWN(end),