Browse Source

arc: pm: Don't use deprecated function

Use pm_system_resume instead of z_pm_save_idle_exit

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
pull/73817/head
Flavio Ceolin 1 year ago committed by David Leach
parent
commit
9a869ef33a
  1. 4
      arch/arc/core/isr_wrapper.S

4
arch/arc/core/isr_wrapper.S

@ -26,7 +26,7 @@ GTEXT(_isr_wrapper) @@ -26,7 +26,7 @@ GTEXT(_isr_wrapper)
GTEXT(_isr_demux)
#if defined(CONFIG_PM)
GTEXT(z_pm_save_idle_exit)
GTEXT(pm_system_resume)
#endif
/*
@ -253,7 +253,7 @@ rirq_path: @@ -253,7 +253,7 @@ rirq_path:
st 0, [r1, _kernel_offset_to_idle] /* zero idle duration */
PUSHR blink
jl z_pm_save_idle_exit
jl pm_system_resume
POPR blink
_skip_pm_save_idle_exit:

Loading…
Cancel
Save