diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 2a16f4a192ee..43c74a6b07b1 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -237,14 +237,14 @@ struct cpu_spec cpu_specs[] = { | |||
237 | { /* Power5 GS */ | 237 | { /* Power5 GS */ |
238 | .pvr_mask = 0xffff0000, | 238 | .pvr_mask = 0xffff0000, |
239 | .pvr_value = 0x003b0000, | 239 | .pvr_value = 0x003b0000, |
240 | .cpu_name = "POWER5 (gs)", | 240 | .cpu_name = "POWER5+ (gs)", |
241 | .cpu_features = CPU_FTRS_POWER5, | 241 | .cpu_features = CPU_FTRS_POWER5, |
242 | .cpu_user_features = COMMON_USER_POWER5_PLUS, | 242 | .cpu_user_features = COMMON_USER_POWER5_PLUS, |
243 | .icache_bsize = 128, | 243 | .icache_bsize = 128, |
244 | .dcache_bsize = 128, | 244 | .dcache_bsize = 128, |
245 | .num_pmcs = 6, | 245 | .num_pmcs = 6, |
246 | .cpu_setup = __setup_cpu_power4, | 246 | .cpu_setup = __setup_cpu_power4, |
247 | .oprofile_cpu_type = "ppc64/power5", | 247 | .oprofile_cpu_type = "ppc64/power5+", |
248 | .oprofile_type = POWER4, | 248 | .oprofile_type = POWER4, |
249 | }, | 249 | }, |
250 | { /* Cell Broadband Engine */ | 250 | { /* Cell Broadband Engine */ |