]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/linux-3.2-panda-reboot.patch
tor: Bump package version to 6 and fix backup.
[people/teissler/ipfire-2.x.git] / src / patches / linux-3.2-panda-reboot.patch
CommitLineData
cd750701
AF
1With commit 3d3f78d752bf, reboot seems to broken on ARM
2machines. CPU dies while doing flush_pmd_entry() as part of
3setup_mm_for_reboot()
4
5I know this is not the fix but intention is to report the
6issue and also provide temporary fix till it get fixed correctly
7
8Signed-off-by: Santosh Shilimkar <santosh.shilimkar@xxxxxx>
9Reported-by: Anand Gadiyar <gadiyar@xxxxxx>
10---
11Tested with OMAP4 device.
12
13 arch/arm/kernel/process.c | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
15
16diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
17index e76fcaa..ac370b2 100644
18--- a/arch/arm/kernel/process.c
19+++ b/arch/arm/kernel/process.c
20@@ -247,7 +247,6 @@ void machine_power_off(void)
21
22 void machine_restart(char *cmd)
23 {
24- machine_shutdown();
25 arm_pm_restart(reboot_mode, cmd);
26 }
27
28--
291.6.0.4