aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/oprofile_impl.h
diff options
context:
space:
mode:
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 {
37}; 37};
38 38
39/* Per-arch configuration */ 39/* Per-arch configuration */
40struct op_ppc64_model { 40struct op_powerpc_model {
41 void (*reg_setup) (struct op_counter_config *, 41 void (*reg_setup) (struct op_counter_config *,
42 struct op_system_config *, 42 struct op_system_config *,
43 int num_counters); 43 int num_counters);
@@ -49,8 +49,8 @@ struct op_ppc64_model {
49 int num_counters; 49 int num_counters;
50}; 50};
51 51
52extern struct op_ppc64_model op_model_rs64; 52extern struct op_powerpc_model op_model_rs64;
53extern struct op_ppc64_model op_model_power4; 53extern struct op_powerpc_model op_model_power4;
54 54
55static inline unsigned int ctr_read(unsigned int i) 55static inline unsigned int ctr_read(unsigned int i)
56{ 56{