|
@@ -74,9 +74,6 @@ extern void __setup_cpu_power8(unsigned long offset, struct cpu_spec* spec);
|
|
|
extern void __restore_cpu_power8(void);
|
|
|
extern void __setup_cpu_power9(unsigned long offset, struct cpu_spec* spec);
|
|
|
extern void __restore_cpu_power9(void);
|
|
|
-extern void __flush_tlb_power7(unsigned int action);
|
|
|
-extern void __flush_tlb_power8(unsigned int action);
|
|
|
-extern void __flush_tlb_power9(unsigned int action);
|
|
|
extern long __machine_check_early_realmode_p7(struct pt_regs *regs);
|
|
|
extern long __machine_check_early_realmode_p8(struct pt_regs *regs);
|
|
|
extern long __machine_check_early_realmode_p9(struct pt_regs *regs);
|
|
@@ -368,7 +365,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_cpu_type = "ppc64/ibm-compat-v1",
|
|
|
.cpu_setup = __setup_cpu_power7,
|
|
|
.cpu_restore = __restore_cpu_power7,
|
|
|
- .flush_tlb = __flush_tlb_power7,
|
|
|
.machine_check_early = __machine_check_early_realmode_p7,
|
|
|
.platform = "power7",
|
|
|
},
|
|
@@ -386,7 +382,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_cpu_type = "ppc64/ibm-compat-v1",
|
|
|
.cpu_setup = __setup_cpu_power8,
|
|
|
.cpu_restore = __restore_cpu_power8,
|
|
|
- .flush_tlb = __flush_tlb_power8,
|
|
|
.machine_check_early = __machine_check_early_realmode_p8,
|
|
|
.platform = "power8",
|
|
|
},
|
|
@@ -404,7 +399,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_cpu_type = "ppc64/ibm-compat-v1",
|
|
|
.cpu_setup = __setup_cpu_power9,
|
|
|
.cpu_restore = __restore_cpu_power9,
|
|
|
- .flush_tlb = __flush_tlb_power9,
|
|
|
.platform = "power9",
|
|
|
},
|
|
|
{ /* Power7 */
|
|
@@ -423,7 +417,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
|
.cpu_setup = __setup_cpu_power7,
|
|
|
.cpu_restore = __restore_cpu_power7,
|
|
|
- .flush_tlb = __flush_tlb_power7,
|
|
|
.machine_check_early = __machine_check_early_realmode_p7,
|
|
|
.platform = "power7",
|
|
|
},
|
|
@@ -443,7 +436,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_POWER4,
|
|
|
.cpu_setup = __setup_cpu_power7,
|
|
|
.cpu_restore = __restore_cpu_power7,
|
|
|
- .flush_tlb = __flush_tlb_power7,
|
|
|
.machine_check_early = __machine_check_early_realmode_p7,
|
|
|
.platform = "power7+",
|
|
|
},
|
|
@@ -463,7 +455,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power8,
|
|
|
.cpu_restore = __restore_cpu_power8,
|
|
|
- .flush_tlb = __flush_tlb_power8,
|
|
|
.machine_check_early = __machine_check_early_realmode_p8,
|
|
|
.platform = "power8",
|
|
|
},
|
|
@@ -483,7 +474,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power8,
|
|
|
.cpu_restore = __restore_cpu_power8,
|
|
|
- .flush_tlb = __flush_tlb_power8,
|
|
|
.machine_check_early = __machine_check_early_realmode_p8,
|
|
|
.platform = "power8",
|
|
|
},
|
|
@@ -503,7 +493,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power8,
|
|
|
.cpu_restore = __restore_cpu_power8,
|
|
|
- .flush_tlb = __flush_tlb_power8,
|
|
|
.machine_check_early = __machine_check_early_realmode_p8,
|
|
|
.platform = "power8",
|
|
|
},
|
|
@@ -523,7 +512,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power8,
|
|
|
.cpu_restore = __restore_cpu_power8,
|
|
|
- .flush_tlb = __flush_tlb_power8,
|
|
|
.machine_check_early = __machine_check_early_realmode_p8,
|
|
|
.platform = "power8",
|
|
|
},
|
|
@@ -543,7 +531,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power9,
|
|
|
.cpu_restore = __restore_cpu_power9,
|
|
|
- .flush_tlb = __flush_tlb_power9,
|
|
|
.machine_check_early = __machine_check_early_realmode_p9,
|
|
|
.platform = "power9",
|
|
|
},
|
|
@@ -563,7 +550,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power9,
|
|
|
.cpu_restore = __restore_cpu_power9,
|
|
|
- .flush_tlb = __flush_tlb_power9,
|
|
|
.machine_check_early = __machine_check_early_realmode_p9,
|
|
|
.platform = "power9",
|
|
|
},
|
|
@@ -583,7 +569,6 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
|
.oprofile_type = PPC_OPROFILE_INVALID,
|
|
|
.cpu_setup = __setup_cpu_power9,
|
|
|
.cpu_restore = __restore_cpu_power9,
|
|
|
- .flush_tlb = __flush_tlb_power9,
|
|
|
.machine_check_early = __machine_check_early_realmode_p9,
|
|
|
.platform = "power9",
|
|
|
},
|