[PATCH] cell: enable pause(0) in cpu_idle
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jan 2006 19:55:53 +0000 (19:55 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:32 +0000 (15:44 +1100)
commitc902be71dc6d5e8473bd021feafc8c3608e2b82a
tree527b15800ed84edd16a5d53d165275a48cea1915
parent017e0fad3e40ece983527ec88a92b3da8fcdecea
[PATCH] cell: enable pause(0) in cpu_idle

This patch enables support for pause(0) power management state
for the Cell Broadband Processor, which is import for power efficient
operation. The pervasive infrastructure will in the future enable
us to introduce more functionality specific to the Cell's
pervasive unit.

From: Maximino Aguilar <maguilar@us.ibm.com>
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
12 files changed:
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/traps.c
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/pervasive.c [new file with mode: 0644]
arch/powerpc/platforms/cell/pervasive.h [new file with mode: 0644]
arch/powerpc/platforms/cell/setup.c
arch/powerpc/platforms/pseries/ras.c
arch/powerpc/platforms/pseries/ras.h [new file with mode: 0644]
arch/powerpc/platforms/pseries/setup.c
include/asm-powerpc/cputable.h
include/asm-powerpc/machdep.h
include/asm-powerpc/reg.h