linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Temporary fix for broken arch reboot
@ 2010-11-09 13:10 Shilimkar, Santosh
  2010-11-09 13:18 ` Russell King - ARM Linux
  0 siblings, 1 reply; 12+ messages in thread
From: Shilimkar, Santosh @ 2010-11-09 13:10 UTC (permalink / raw)
  To: linux-arm-kernel

With commit 3d3f78d752bf, reboot seems to broken on ARM
machines. CPU dies while doing flush_pmd_entry() as part of
setup_mm_for_reboot()

I know this is not the fix but intention is to report the
issue and also provide temporary fix till it get fixed correctly

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reported-by: Anand Gadiyar <gadiyar@ti.com>
---
Tested with OMAP4 device.

 arch/arm/kernel/process.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
index e76fcaa..ac370b2 100644
--- a/arch/arm/kernel/process.c
+++ b/arch/arm/kernel/process.c
@@ -247,7 +247,6 @@ void machine_power_off(void)
 
 void machine_restart(char *cmd)
 {
-	machine_shutdown();
 	arm_pm_restart(reboot_mode, cmd);
 }
 
-- 
1.6.0.4

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

end of thread, other threads:[~2010-11-15 15:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-09 13:10 [PATCH] ARM: Temporary fix for broken arch reboot Shilimkar, Santosh
2010-11-09 13:18 ` Russell King - ARM Linux
2010-11-09 13:25   ` Shilimkar, Santosh
2010-11-09 16:38   ` Catalin Marinas
2010-11-09 17:05     ` Anand Gadiyar
2010-11-10  5:55     ` Shilimkar, Santosh
2010-11-10 10:06       ` Russell King - ARM Linux
2010-11-10 14:04         ` Catalin Marinas
2010-11-10 15:43           ` Shilimkar, Santosh
2010-11-10 15:46             ` Russell King - ARM Linux
2010-11-12 10:31               ` Shilimkar, Santosh
2010-11-15 15:25                 ` Russell King - ARM Linux

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