commit | 302eca184fb844670fb128c69e22a8a28bbce48a | [log] [tgz] |
---|---|---|
author | arnd@arndb.de <arnd@arndb.de> | Tue Oct 24 18:31:26 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 25 14:20:22 2006 +1000 |
tree | 6d61e03b85e2d11c58d527f6125bd33cbd27c5ae | |
parent | b3d7dc1967d1303d4897ff9537d29f6e077de147 [diff] |
[POWERPC] cell: use ppc_md->power_save instead of cbe_idle_loop This moves the cell idle function to use the default cpu_idle with a special power_save callback, like all other platforms except iSeries already do. It also makes it possible to disable this power_save function with a new powerpc-specific boot option "powersave=off". Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>