diff options
Diffstat (limited to 'kexec/arch/ia64/kexec-elf-ia64.c')
-rw-r--r-- | kexec/arch/ia64/kexec-elf-ia64.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kexec/arch/ia64/kexec-elf-ia64.c b/kexec/arch/ia64/kexec-elf-ia64.c index 3bb5a4d..8da061e 100644 --- a/kexec/arch/ia64/kexec-elf-ia64.c +++ b/kexec/arch/ia64/kexec-elf-ia64.c @@ -45,11 +45,6 @@ #include "crashdump-ia64.h" #include <arch/options.h> -#define OPT_APPEND (OPT_ARCH_MAX+0) -#define OPT_RAMDISK (OPT_ARCH_MAX+1) -#define OPT_NOIO (OPT_ARCH_MAX+2) -#define OPT_VMM (OPT_ARCH_MAX+3) - static const int probe_debug = 0; extern unsigned long saved_efi_memmap_size; @@ -136,6 +131,8 @@ int elf_ia64_load(int argc, char **argv, const char *buf, off_t len, int result; int opt; char *efi_memmap_buf, *boot_param; + + /* See options.h -- add any more there, too. */ static const struct option options[] = { KEXEC_ARCH_OPTIONS {"command-line", 1, 0, OPT_APPEND}, |