summaryrefslogtreecommitdiff
path: root/purgatory/arch
diff options
context:
space:
mode:
Diffstat (limited to 'purgatory/arch')
-rw-r--r--purgatory/arch/ia64/purgatory-ia64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/purgatory/arch/ia64/purgatory-ia64.c b/purgatory/arch/ia64/purgatory-ia64.c
index de71b98..275f9f5 100644
--- a/purgatory/arch/ia64/purgatory-ia64.c
+++ b/purgatory/arch/ia64/purgatory-ia64.c
@@ -123,7 +123,6 @@ typedef struct {
struct loaded_segment {
unsigned long start;
unsigned long end;
- unsigned long reserved;
};
struct kexec_boot_params {
@@ -202,8 +201,7 @@ patch_efi_memmap(struct kexec_boot_params *params,
}
dst_md->phys_addr = seg->start;
dst_md->num_pages = mid_pages;
- dst_md->type = seg->reserved ?
- EFI_UNUSABLE_MEMORY:EFI_LOADER_DATA;
+ dst_md->type = EFI_LOADER_DATA;
if (!end_pages)
break;
dest += boot_param->efi_memdesc_size;