diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-19 15:18:31 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 11:21:08 +0200 |
commit | a3e48c10cca3287a845435dd8ca58ecbde72d847 (patch) | |
tree | 5976d3b64f272d4383e1dd710afc3b5afd6d08d9 /arch/ppc/oprofile/op_impl.h | |
parent | [PATCH] Merge arch/ppc*/oprofile/Makefile into arch/powerpc/oprofile (diff) | |
download | linux-a3e48c10cca3287a845435dd8ca58ecbde72d847.tar.xz linux-a3e48c10cca3287a845435dd8ca58ecbde72d847.zip |
[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_impl.h')
-rw-r--r-- | arch/ppc/oprofile/op_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/oprofile/op_impl.h b/arch/ppc/oprofile/op_impl.h index bc336dc971e3..297f3097d2d9 100644 --- a/arch/ppc/oprofile/op_impl.h +++ b/arch/ppc/oprofile/op_impl.h @@ -31,7 +31,7 @@ struct op_system_config { }; /* Per-arch configuration */ -struct op_ppc32_model { +struct op_powerpc_model { void (*reg_setup) (struct op_counter_config *, struct op_system_config *, int num_counters); |