aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/public/kexec.h')
-rw-r--r--xen/include/public/kexec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xen/include/public/kexec.h b/xen/include/public/kexec.h
index 04252226a1..61a8d7dbb1 100644
--- a/xen/include/public/kexec.h
+++ b/xen/include/public/kexec.h
@@ -97,9 +97,6 @@ typedef struct xen_kexec_image {
#if defined(__i386__) || defined(__x86_64__)
unsigned long page_list[KEXEC_XEN_NO_PAGES];
#endif
-#if defined(__ia64__)
- unsigned long reboot_code_buffer;
-#endif
unsigned long indirection_page;
unsigned long start_address;
} xen_kexec_image_t;
@@ -134,7 +131,7 @@ typedef struct xen_kexec_load {
* to Xen it exists in a separate EFI
* region on ia64, and thus needs to be
* inserted into iomem_machine separately */
-#define KEXEC_RANGE_MA_BOOT_PARAM 4 /* machine address and size of
+#define KEXEC_RANGE_MA_BOOT_PARAM 4 /* Obsolete: machine address and size of
* the ia64_boot_param */
#define KEXEC_RANGE_MA_EFI_MEMMAP 5 /* machine address and size of
* of the EFI Memory Map */