]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/linux-3.2-panda-reboot.patch
Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms
[people/teissler/ipfire-2.x.git] / src / patches / linux-3.2-panda-reboot.patch
1 With commit 3d3f78d752bf, reboot seems to broken on ARM
2 machines. CPU dies while doing flush_pmd_entry() as part of
3 setup_mm_for_reboot()
4
5 I know this is not the fix but intention is to report the
6 issue and also provide temporary fix till it get fixed correctly
7
8 Signed-off-by: Santosh Shilimkar <santosh.shilimkar@xxxxxx>
9 Reported-by: Anand Gadiyar <gadiyar@xxxxxx>
10 ---
11 Tested with OMAP4 device.
12
13 arch/arm/kernel/process.c | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
15
16 diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
17 index 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 --
29 1.6.0.4