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/common.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/common.c')
-rw-r--r-- | arch/ppc/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/oprofile/common.c b/arch/ppc/oprofile/common.c index 3169c67abea7..a67d438a7144 100644 --- a/arch/ppc/oprofile/common.c +++ b/arch/ppc/oprofile/common.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "op_impl.h" | 26 | #include "op_impl.h" |
27 | 27 | ||
28 | static struct op_ppc32_model *model; | 28 | static struct op_powerpc_model *model; |
29 | 29 | ||
30 | static struct op_counter_config ctr[OP_MAX_COUNTER]; | 30 | static struct op_counter_config ctr[OP_MAX_COUNTER]; |
31 | static struct op_system_config sys; | 31 | static struct op_system_config sys; |