summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2006-07-27 09:34:09 -0600
committerEric W. Biederman <ebiederm@xmission.com>2006-07-27 09:34:09 -0600
commitdcb661fb3e778052d64b1b1557621856eade403a (patch)
tree26209766f7fcf210dcdd8a00053bea98876bdcff /kexec/kexec.c
parented859637b1034d871a0196a033b647ae121cdd4d (diff)
Revert "- First stab at letting the loaders know we have a panic kernel."
A good first attempt but it conflicts with other work :( This reverts commit caa2e42897cb8cb00c7040b9133e8b740809241c.
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) {