ar71xx: wpa8630: change board name to tl-wpa8630
[openwrt/staging/wigyori.git] / target / linux / ar71xx / patches-4.4 / 203-MIPS-ath79-fix-restart.patch
1 --- a/arch/mips/ath79/setup.c
2 +++ b/arch/mips/ath79/setup.c
3 @@ -44,6 +44,7 @@ static char ath79_sys_type[ATH79_SYS_TYP
4
5 static void ath79_restart(char *command)
6 {
7 + local_irq_disable();
8 ath79_device_reset_set(AR71XX_RESET_FULL_CHIP);
9 for (;;)
10 if (cpu_wait)
11 --- a/arch/mips/include/asm/mach-ath79/ath79.h
12 +++ b/arch/mips/include/asm/mach-ath79/ath79.h
13 @@ -134,6 +134,7 @@ static inline u32 ath79_pll_rr(unsigned
14 static inline void ath79_reset_wr(unsigned reg, u32 val)
15 {
16 __raw_writel(val, ath79_reset_base + reg);
17 + (void) __raw_readl(ath79_reset_base + reg); /* flush */
18 }
19
20 static inline u32 ath79_reset_rr(unsigned reg)