diff options
Diffstat (limited to 'arch/ppc64/oprofile/op_model_rs64.c')
-rw-r--r-- | arch/ppc64/oprofile/op_model_rs64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/oprofile/op_model_rs64.c b/arch/ppc64/oprofile/op_model_rs64.c index 08c5b333f5c4..e010b85996e8 100644 --- a/arch/ppc64/oprofile/op_model_rs64.c +++ b/arch/ppc64/oprofile/op_model_rs64.c | |||
@@ -209,7 +209,7 @@ static void rs64_handle_interrupt(struct pt_regs *regs, | |||
209 | mtspr(SPRN_MMCR0, mmcr0); | 209 | mtspr(SPRN_MMCR0, mmcr0); |
210 | } | 210 | } |
211 | 211 | ||
212 | struct op_ppc64_model op_model_rs64 = { | 212 | struct op_powerpc_model op_model_rs64 = { |
213 | .reg_setup = rs64_reg_setup, | 213 | .reg_setup = rs64_reg_setup, |
214 | .cpu_setup = rs64_cpu_setup, | 214 | .cpu_setup = rs64_cpu_setup, |
215 | .start = rs64_start, | 215 | .start = rs64_start, |