arc: power: Remove dead code
Removing dead code to handle deep sleep. This option is never enabled and it is broken. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
47e0621bb7
commit
6bf34a6258
1 changed files with 0 additions and 4 deletions
|
@ -154,10 +154,6 @@ done_mpu_regions_reset:
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM_DEEP_SLEEP_STATES)
|
|
||||||
jl @pm_system_resume_from_deep_sleep
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_SMP) || CONFIG_MP_NUM_CPUS > 1
|
#if defined(CONFIG_SMP) || CONFIG_MP_NUM_CPUS > 1
|
||||||
_get_cpu_id r0
|
_get_cpu_id r0
|
||||||
breq r0, 0, _master_core_startup
|
breq r0, 0, _master_core_startup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue