# HG changeset patch # User Mychaela Falconia # Date 1463243513 0 # Node ID c721b9d301b9491d75e1de69439393d910840d12 # Parent 244b007df481559d8771b8634e7817d0591ea792 l1_pwmgr.c: l1s_compute_wakeup_ticks() reconstructed diff -r 244b007df481 -r c721b9d301b9 chipsetsw/layer1/cfile/l1_pwmgr.c --- a/chipsetsw/layer1/cfile/l1_pwmgr.c Sat May 14 07:31:22 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_pwmgr.c Sat May 14 16:31:53 2016 +0000 @@ -1513,8 +1513,6 @@ { UWORD16 temp_clear_intr; #if (CODE_VERSION != SIMULATION) - if (l1_config.pwr_mngt == PWR_MNGT) - { // read current value of count down counter l1s.pw_mgr.sleep_duration = READ_ULDP_TIMER_VALUE; @@ -1558,9 +1556,9 @@ l1s.pw_mgr.sleep_duration = READ_ULDP_TIMER_INIT - l1s.pw_mgr.sleep_duration; return(TRUE); } - } +#else + return(FALSE);//omaps00090550 #endif - return(FALSE);//omaps00090550 } /*-------------------------------------------------------*/