Browse Source

bf60x: Add wake up latency bench for deep sleep mode.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Sonic Zhang 13 years ago
parent
commit
928a8e6933
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/blackfin/mach-bf609/dpm.S

+ 2 - 0
arch/blackfin/mach-bf609/dpm.S

@@ -105,6 +105,8 @@ ENTRY(_enter_deepsleep)
 	sti r0;
 	SSYNC;
 
+	bfin_init_pm_bench_cycles;
+
 	/* Fall into deep sleep in idle*/
 	idle;
 	SSYNC;