diff options
| -rw-r--r-- | include/asm-powerpc/oprofile_impl.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/include/asm-powerpc/oprofile_impl.h b/include/asm-powerpc/oprofile_impl.h index 338e6a7cff4a..df4defc6321c 100644 --- a/include/asm-powerpc/oprofile_impl.h +++ b/include/asm-powerpc/oprofile_impl.h | |||
| @@ -17,9 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | /* Per-counter configuration as set via oprofilefs. */ | 18 | /* Per-counter configuration as set via oprofilefs. */ |
| 19 | struct op_counter_config { | 19 | struct op_counter_config { |
| 20 | #ifdef __powerpc64__ | ||
| 21 | unsigned long valid; | ||
| 22 | #endif | ||
| 23 | unsigned long enabled; | 20 | unsigned long enabled; |
| 24 | unsigned long event; | 21 | unsigned long event; |
| 25 | unsigned long count; | 22 | unsigned long count; |
| @@ -56,17 +53,12 @@ struct op_powerpc_model { | |||
| 56 | int num_counters; | 53 | int num_counters; |
| 57 | }; | 54 | }; |
| 58 | 55 | ||
| 59 | #ifdef CONFIG_FSL_BOOKE | ||
| 60 | extern struct op_powerpc_model op_model_fsl_booke; | 56 | extern struct op_powerpc_model op_model_fsl_booke; |
| 61 | #else /* Otherwise, it's classic */ | ||
| 62 | |||
| 63 | #ifdef CONFIG_PPC64 | ||
| 64 | extern struct op_powerpc_model op_model_rs64; | 57 | extern struct op_powerpc_model op_model_rs64; |
| 65 | extern struct op_powerpc_model op_model_power4; | 58 | extern struct op_powerpc_model op_model_power4; |
| 66 | |||
| 67 | #else /* Otherwise, CONFIG_PPC32 */ | ||
| 68 | extern struct op_powerpc_model op_model_7450; | 59 | extern struct op_powerpc_model op_model_7450; |
| 69 | #endif | 60 | |
| 61 | #ifndef CONFIG_FSL_BOOKE | ||
| 70 | 62 | ||
| 71 | /* All the classic PPC parts use these */ | 63 | /* All the classic PPC parts use these */ |
| 72 | static inline unsigned int ctr_read(unsigned int i) | 64 | static inline unsigned int ctr_read(unsigned int i) |
