From 7f95aef182ed1930e677e8325df1c56d0077a82e Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 18 Oct 2014 19:26:22 +0000 Subject: [PATCH] ar71xx: disable irq on reboot to fix hang issues (fixes #17839) Signed-off-by: Felix Fietkau Backport of r42955 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42956 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.10/728-MIPS-ath79-fix-restart.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch diff --git a/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch b/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch new file mode 100644 index 0000000..0027c59 --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ath79/setup.c ++++ b/arch/mips/ath79/setup.c +@@ -40,6 +40,7 @@ static char ath79_sys_type[ATH79_SYS_TYP + + static void ath79_restart(char *command) + { ++ local_irq_disable(); + ath79_device_reset_set(AR71XX_RESET_FULL_CHIP); + for (;;) + if (cpu_wait)