[PATCH] ARM: Temporary fix for broken arch reboot
Shilimkar, Santosh
santosh.shilimkar at ti.com
Tue Nov 9 08:10:39 EST 2010
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 at ti.com>
Reported-by: Anand Gadiyar <gadiyar at 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
More information about the linux-arm-kernel
mailing list