Files
bpfire/src/patches/linux-3.2-panda-reboot.patch
2012-06-10 11:13:59 +02:00

30 lines
808 B
Diff

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@xxxxxx>
Reported-by: Anand Gadiyar <gadiyar@xxxxxx>
---
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