diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-01-04 14:55:53 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 23:44:32 -0500 |
commit | c902be71dc6d5e8473bd021feafc8c3608e2b82a (patch) | |
tree | 527b15800ed84edd16a5d53d165275a48cea1915 /arch/powerpc/kernel/cputable.c | |
parent | 017e0fad3e40ece983527ec88a92b3da8fcdecea (diff) |
[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>
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index f7f2a830fca1..2f82a2091440 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -273,7 +273,7 @@ struct cpu_spec cpu_specs[] = { | |||
273 | .oprofile_model = &op_model_power4, | 273 | .oprofile_model = &op_model_power4, |
274 | #endif | 274 | #endif |
275 | }, | 275 | }, |
276 | { /* BE DD1.x */ | 276 | { /* Cell Broadband Engine */ |
277 | .pvr_mask = 0xffff0000, | 277 | .pvr_mask = 0xffff0000, |
278 | .pvr_value = 0x00700000, | 278 | .pvr_value = 0x00700000, |
279 | .cpu_name = "Cell Broadband Engine", | 279 | .cpu_name = "Cell Broadband Engine", |