mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 14:06:10 +02:00
30 lines
808 B
Diff
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
|