From: 黄涛 Date: Mon, 28 Feb 2011 09:26:27 +0000 (+0800) Subject: rk29: pm: add flush_tlb_all X-Git-Tag: firefly_0821_release~10734 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0888f26ff083b3fbe73859c27603c1464aeceff8;p=firefly-linux-kernel-4.4.55.git rk29: pm: add flush_tlb_all --- diff --git a/arch/arm/mach-rk29/pm.c b/arch/arm/mach-rk29/pm.c index 0702e7ddf65c..de461ecfedc9 100644 --- a/arch/arm/mach-rk29/pm.c +++ b/arch/arm/mach-rk29/pm.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include @@ -172,6 +173,7 @@ static int rk29_pm_enter(suspend_state_t state) #ifdef CONFIG_RK29_PWM_REGULATOR /* touch TLB */ + flush_tlb_all(); readl(RK29_PWM_BASE); readl(RK29_GRF_BASE); #endif