From: Paul Mackerras Date: Mon, 27 Mar 2006 04:03:03 +0000 (+1100) Subject: powerpc: Unify the 32 and 64 bit idle loops X-Git-Tag: v2.6.17-rc1~165^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0652fc9a28c3ef8cd59264bfcb089c44d1b0e06;p=pandora-kernel.git 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: Paul Mackerras --- Reading git-diff-tree failed