Commit eabf4910 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Additional PVR value for power5 processor

From: Will Schmidt <willschm@us.ibm.com>

Additional PVR value for power5 processor
parent d90fba56
...@@ -144,6 +144,15 @@ struct cpu_spec cpu_specs[] = { ...@@ -144,6 +144,15 @@ struct cpu_spec cpu_specs[] = {
__setup_cpu_power4, __setup_cpu_power4,
COMMON_PPC64_FW COMMON_PPC64_FW
}, },
{ /* Power5 */
0xffff0000, 0x003b0000, "POWER5 (gs)",
CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE |
CPU_FTR_PPCAS_ARCH_V2,
COMMON_USER_PPC64,
128, 128,
__setup_cpu_power4,
COMMON_PPC64_FW
},
{ /* default match */ { /* default match */
0x00000000, 0x00000000, "POWER4 (compatible)", 0x00000000, 0x00000000, "POWER4 (compatible)",
CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE | CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment