]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - mm/nobootmem.c
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
[linux.git] / mm / nobootmem.c
index c2cfa04f02318c8b7efa3c572a8f2767c38a9a49..439af3b765a766fe77ece1b8acb9d517b1f12df6 100644 (file)
@@ -42,7 +42,7 @@ static void * __init __alloc_memory_core_early(int nid, u64 size, u64 align,
 {
        void *ptr;
        u64 addr;
-       ulong flags = choose_memblock_flags();
+       enum memblock_flags flags = choose_memblock_flags();
 
        if (limit > memblock.current_limit)
                limit = memblock.current_limit;