diff options
-rw-r--r-- | arch/ia64/kernel/efi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index f034563aeae5..51bce594eb83 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c | |||
@@ -1116,11 +1116,6 @@ efi_memmap_init(u64 *s, u64 *e) | |||
1116 | if (!is_memory_available(md)) | 1116 | if (!is_memory_available(md)) |
1117 | continue; | 1117 | continue; |
1118 | 1118 | ||
1119 | #ifdef CONFIG_CRASH_DUMP | ||
1120 | /* saved_max_pfn should ignore max_addr= command line arg */ | ||
1121 | if (saved_max_pfn < (efi_md_end(md) >> PAGE_SHIFT)) | ||
1122 | saved_max_pfn = (efi_md_end(md) >> PAGE_SHIFT); | ||
1123 | #endif | ||
1124 | /* | 1119 | /* |
1125 | * Round ends inward to granule boundaries | 1120 | * Round ends inward to granule boundaries |
1126 | * Give trimmings to uncached allocator | 1121 | * Give trimmings to uncached allocator |