summaryrefslogtreecommitdiff
path: root/kexec/arch/x86_64/kexec-x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/x86_64/kexec-x86_64.c')
-rw-r--r--kexec/arch/x86_64/kexec-x86_64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexec/arch/x86_64/kexec-x86_64.c b/kexec/arch/x86_64/kexec-x86_64.c
index 49bfd36..a4f2d10 100644
--- a/kexec/arch/x86_64/kexec-x86_64.c
+++ b/kexec/arch/x86_64/kexec-x86_64.c
@@ -74,10 +74,10 @@ static struct {
int arch_process_options(int argc, char **argv)
{
static const struct option options[] = {
- KEXEC_ARCH_OPTIONS
+ KEXEC_ALL_OPTIONS
{ 0, 0, NULL, 0 },
};
- static const char short_options[] = KEXEC_ARCH_OPT_STR;
+ static const char short_options[] = KEXEC_ALL_OPT_STR;
int opt;
unsigned long value;
char *end;