summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r--kexec/kexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index dcab108..4d1a3db 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -508,7 +508,6 @@ static int my_load(const char *type, int fileind, int argc, char **argv,
info.segment = NULL;
info.nr_segments = 0;
info.entry = NULL;
- info.panic_kernel = !!(kexec_flags & KEXEC_ON_CRASH);
result = 0;
if (argc - fileind <= 0) {