From dcb661fb3e778052d64b1b1557621856eade403a Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Thu, 27 Jul 2006 09:34:09 -0600 Subject: 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. --- kexec/kexec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kexec/kexec.c') 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) { -- cgit