ar71xx: refresh patches
[openwrt.git] / target / linux / ar71xx / patches-3.18 / 728-MIPS-ath79-fix-restart.patch
1 --- a/arch/mips/ath79/setup.c
2 +++ b/arch/mips/ath79/setup.c
3 @@ -40,6 +40,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 @@ -144,6 +144,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)