linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] powerpc/embedded6xx: Make reboot works on MVME5100
@ 2016-03-08  7:59 Alessio Igor Bogani
  2016-03-09  6:38 ` [1/1] " Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Alessio Igor Bogani @ 2016-03-08  7:59 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev, linux-kernel, Alessio Igor Bogani

The mtmsr() function hangs during restart. Make reboot works on
MVME5100 removing that function call.
---
 arch/powerpc/platforms/embedded6xx/mvme5100.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/powerpc/platforms/embedded6xx/mvme5100.c b/arch/powerpc/platforms/embedded6xx/mvme5100.c
index 8f65aa3..118cc33 100644
--- a/arch/powerpc/platforms/embedded6xx/mvme5100.c
+++ b/arch/powerpc/platforms/embedded6xx/mvme5100.c
@@ -179,9 +179,7 @@ static void mvme5100_show_cpuinfo(struct seq_file *m)
 
 static void mvme5100_restart(char *cmd)
 {
-
 	local_irq_disable();
-	mtmsr(mfmsr() | MSR_IP);
 
 	out_8((u_char *) restart, 0x01);
 
-- 
2.7.2

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

end of thread, other threads:[~2016-03-10 11:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08  7:59 [PATCH 1/1] powerpc/embedded6xx: Make reboot works on MVME5100 Alessio Igor Bogani
2016-03-09  6:38 ` [1/1] " Scott Wood
2016-03-09  8:54   ` Alessio Igor Bogani
2016-03-09 10:28   ` Gabriel Paubert
2016-03-09 21:26     ` Scott Wood
2016-03-10 11:04       ` Gabriel Paubert

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).