Commit 9f53902c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Add 970FX entry into the cputable.

From: Jake Moilanen <moilanen@austin.ibm.com>

Add 970FX entry into the cputable.
parent f5576705
...@@ -126,6 +126,15 @@ struct cpu_spec cpu_specs[] = { ...@@ -126,6 +126,15 @@ struct cpu_spec cpu_specs[] = {
__setup_cpu_ppc970, __setup_cpu_ppc970,
COMMON_PPC64_FW COMMON_PPC64_FW
}, },
{ /* PPC970FX */
0xffff0000, 0x003c0000, "PPC970FX",
CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE |
CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP,
COMMON_USER_PPC64 | PPC_FEATURE_HAS_ALTIVEC_COMP,
128, 128,
__setup_cpu_ppc970,
COMMON_PPC64_FW
},
{ /* Power5 */ { /* Power5 */
0xffff0000, 0x003a0000, "Power5", 0xffff0000, 0x003a0000, "Power5",
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