summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/oprofile_impl.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-19 23:18:31 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-21 19:21:08 +1000
commita3e48c10cca3287a845435dd8ca58ecbde72d847 (patch)
tree5976d3b64f272d4383e1dd710afc3b5afd6d08d9 /include/asm-ppc64/oprofile_impl.h
parentd9e5b83b120dea9f306de06f7dead55103ab2d46 (diff)
downloadlinux-stable-a3e48c10cca3287a845435dd8ca58ecbde72d847.tar.gz
linux-stable-a3e48c10cca3287a845435dd8ca58ecbde72d847.tar.bz2
linux-stable-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 'include/asm-ppc64/oprofile_impl.h')
-rw-r--r--include/asm-ppc64/oprofile_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ppc64/oprofile_impl.h b/include/asm-ppc64/oprofile_impl.h
index b04f1dfb1421..50420e715f05 100644
--- a/include/asm-ppc64/oprofile_impl.h
+++ b/include/asm-ppc64/oprofile_impl.h
@@ -37,7 +37,7 @@ struct op_system_config {
};
/* Per-arch configuration */
-struct op_ppc64_model {
+struct op_powerpc_model {
void (*reg_setup) (struct op_counter_config *,
struct op_system_config *,
int num_counters);
@@ -49,8 +49,8 @@ struct op_ppc64_model {
int num_counters;
};
-extern struct op_ppc64_model op_model_rs64;
-extern struct op_ppc64_model op_model_power4;
+extern struct op_powerpc_model op_model_rs64;
+extern struct op_powerpc_model op_model_power4;
static inline unsigned int ctr_read(unsigned int i)
{