mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 09:18:25 +02:00
kernel: updated omap and rpi kernel to 2.6.42.19 (aka 3.2.19).
This commit is contained in:
29
src/patches/linux-3.2-panda-reboot.patch
Normal file
29
src/patches/linux-3.2-panda-reboot.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user