mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
rk29: pm: add flush_tlb_all
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <linux/regulator/rk29-pwm-regulator.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/wakelock.h>
|
||||
#include <asm/tlbflush.h>
|
||||
|
||||
#include <mach/rk29_iomap.h>
|
||||
#include <mach/cru.h>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user