Skip to content
  • Paul Mackerras's avatar
    powerpc: Unify the 32 and 64 bit idle loops · a0652fc9
    Paul Mackerras authored
    
    
    This unifies the 32-bit (ARCH=ppc and ARCH=powerpc) and 64-bit idle
    loops.  It brings over the concept of having a ppc_md.power_save
    function from 32-bit to ARCH=powerpc, which lets us get rid of
    native_idle().  With this we will also be able to simplify the idle
    handling for pSeries and cell.
    
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    a0652fc9