|
@@ -423,6 +423,8 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
.dcache_bsize = 128,
|
|
.dcache_bsize = 128,
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
.oprofile_cpu_type = "ppc64/ibm-compat-v1",
|
|
.oprofile_cpu_type = "ppc64/ibm-compat-v1",
|
|
|
|
+ .cpu_setup = __setup_cpu_power7,
|
|
|
|
+ .cpu_restore = __restore_cpu_power7,
|
|
.platform = "power7",
|
|
.platform = "power7",
|
|
},
|
|
},
|
|
{ /* Power7 */
|
|
{ /* Power7 */
|
|
@@ -439,6 +441,8 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
.pmc_type = PPC_PMC_IBM,
|
|
.pmc_type = PPC_PMC_IBM,
|
|
.oprofile_cpu_type = "ppc64/power7",
|
|
.oprofile_cpu_type = "ppc64/power7",
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
|
|
+ .cpu_setup = __setup_cpu_power7,
|
|
|
|
+ .cpu_restore = __restore_cpu_power7,
|
|
.platform = "power7",
|
|
.platform = "power7",
|
|
},
|
|
},
|
|
{ /* Power7+ */
|
|
{ /* Power7+ */
|
|
@@ -455,6 +459,8 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
.pmc_type = PPC_PMC_IBM,
|
|
.pmc_type = PPC_PMC_IBM,
|
|
.oprofile_cpu_type = "ppc64/power7",
|
|
.oprofile_cpu_type = "ppc64/power7",
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
|
|
+ .cpu_setup = __setup_cpu_power7,
|
|
|
|
+ .cpu_restore = __restore_cpu_power7,
|
|
.platform = "power7+",
|
|
.platform = "power7+",
|
|
},
|
|
},
|
|
{ /* Cell Broadband Engine */
|
|
{ /* Cell Broadband Engine */
|