powerpc: Unify the 32 and 64 bit idle loops
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: NPaul Mackerras <paulus@samba.org>
Showing
arch/ppc/kernel/idle.c
已删除
100644 → 0
arch/ppc/kernel/idle_6xx.S
已删除
100644 → 0
arch/ppc/kernel/idle_power4.S
已删除
100644 → 0
想要评论请 注册 或 登录