diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-19 09:18:31 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 05:21:08 -0400 |
commit | a3e48c10cca3287a845435dd8ca58ecbde72d847 (patch) | |
tree | 5976d3b64f272d4383e1dd710afc3b5afd6d08d9 /arch/ppc/oprofile/op_model_fsl_booke.c | |
parent | d9e5b83b120dea9f306de06f7dead55103ab2d46 (diff) |
[PATCH] powerpc: rename op_ppc{32,64}_model to op_powerpc_model
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/oprofile/op_model_fsl_booke.c')
-rw-r--r-- | arch/ppc/oprofile/op_model_fsl_booke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/oprofile/op_model_fsl_booke.c b/arch/ppc/oprofile/op_model_fsl_booke.c index fc9c859358c6..8fc60f6055ab 100644 --- a/arch/ppc/oprofile/op_model_fsl_booke.c +++ b/arch/ppc/oprofile/op_model_fsl_booke.c | |||
@@ -176,7 +176,7 @@ static void fsl_booke_handle_interrupt(struct pt_regs *regs, | |||
176 | pmc_start_ctrs(1); | 176 | pmc_start_ctrs(1); |
177 | } | 177 | } |
178 | 178 | ||
179 | struct op_ppc32_model op_model_fsl_booke = { | 179 | struct op_powerpc_model op_model_fsl_booke = { |
180 | .reg_setup = fsl_booke_reg_setup, | 180 | .reg_setup = fsl_booke_reg_setup, |
181 | .start = fsl_booke_start, | 181 | .start = fsl_booke_start, |
182 | .stop = fsl_booke_stop, | 182 | .stop = fsl_booke_stop, |