powerpc: Unify the 32 and 64 bit idle loops
authorPaul Mackerras <paulus@samba.org>
Mon, 27 Mar 2006 04:03:03 +0000 (15:03 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Mar 2006 04:03:03 +0000 (15:03 +1100)
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: Paul Mackerras <paulus@samba.org>

No differences found