Commit 2f048ea8 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

[PATCH] Call emergency_reboot from panic



We know the system is in trouble so there is no question if this
is an emergecy :)

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ff319777
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -111,12 +111,11 @@ NORET_TYPE void panic(const char * fmt, ...)
			mdelay(1);
			i++;
		}
		/*
		 *	Should we run the reboot notifier. For the moment Im
		 *	choosing not too. It might crash, be corrupt or do
		 *	more harm than good for other reasons.
		/*	This will not be a clean reboot, with everything
		 *	shutting down.  But if there is a chance of
		 *	rebooting the system it will be rebooted.
		 */
		machine_restart(NULL);
		emergency_restart();
	}
#ifdef __sparc__
	{