linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reboot when panic_timout is set
@ 2006-08-21 16:11 Olaf Hering
  2006-08-25 18:33 ` Mike Strosaker
  0 siblings, 1 reply; 4+ messages in thread
From: Olaf Hering @ 2006-08-21 16:11 UTC (permalink / raw)
  To: linuxppc-dev, Paul Mackeras

Only call into RTAS when booted with panic=0 because the RTAS call does not return.
The system has to be rebooted via the HMC or via the management console right now.
This is cumbersome and not what the default panic=180 is supposed to do.

Signed-off-by: Olaf Hering <olh@suse.de>

---
 arch/powerpc/kernel/rtas.c |    3 +++
 1 file changed, 3 insertions(+)

Index: linux-2.6.18-rc4/arch/powerpc/kernel/rtas.c
===================================================================
--- linux-2.6.18-rc4.orig/arch/powerpc/kernel/rtas.c
+++ linux-2.6.18-rc4/arch/powerpc/kernel/rtas.c
@@ -628,6 +628,9 @@ void rtas_os_term(char *str)
 {
 	int status;
 
+	if (panic_timeout)
+		return;
+
 	if (RTAS_UNKNOWN_SERVICE == rtas_token("ibm,os-term"))
 		return;
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-30 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-21 16:11 [PATCH] reboot when panic_timout is set Olaf Hering
2006-08-25 18:33 ` Mike Strosaker
2006-08-25 20:14   ` Olaf Hering
2006-08-30 22:13     ` Mike Strosaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).