[Skiboot] [PATCH v2 0/6] idle synchronisation improvements
    Nicholas Piggin 
    npiggin at gmail.com
       
    Fri Dec 17 13:17:18 AEDT 2021
    
    
  
This patch series makes the locking and synchronisation of the idle
code simpler and more correct. It fixes the occasional "cpu_idle_p9
called while pm disabled" message.
Since v1:
- Rebased on upstream.
- Reword some changelogs, add some more comments.
Thanks,
Nick
Nicholas Piggin (6):
  core/cpu: rewrite idle synchronisation
  core/cpu: remove POWER8 IPI loop
  core/cpu: refactor IPI sending
  core/cpu: move cpu_wake out of job_lock
  core/cpu: make cpu idle states simpler
  core/cpu: move sleep/wake synchronisation out from low level code
 core/cpu.c    | 419 +++++++++++++++++++++++++-------------------------
 include/cpu.h |   5 +-
 2 files changed, 216 insertions(+), 208 deletions(-)
-- 
2.23.0
    
    
More information about the Skiboot
mailing list