|
@@ -1116,11 +1116,6 @@ efi_memmap_init(u64 *s, u64 *e)
|
|
if (!is_memory_available(md))
|
|
if (!is_memory_available(md))
|
|
continue;
|
|
continue;
|
|
|
|
|
|
-#ifdef CONFIG_CRASH_DUMP
|
|
|
|
- /* saved_max_pfn should ignore max_addr= command line arg */
|
|
|
|
- if (saved_max_pfn < (efi_md_end(md) >> PAGE_SHIFT))
|
|
|
|
- saved_max_pfn = (efi_md_end(md) >> PAGE_SHIFT);
|
|
|
|
-#endif
|
|
|
|
/*
|
|
/*
|
|
* Round ends inward to granule boundaries
|
|
* Round ends inward to granule boundaries
|
|
* Give trimmings to uncached allocator
|
|
* Give trimmings to uncached allocator
|