Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24637
b: refs/heads/master
c: 72533db
h: refs/heads/master
i:
  24635: a793b33
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Mar 28, 2006
1 parent fa179f2 commit 401465e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a26b1364f14852bc9a51db0ca63c5250c775627
refs/heads/master: 72533db0121e11811366b5a456f4068d1a4d542c
12 changes: 2 additions & 10 deletions trunk/include/asm-powerpc/oprofile_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

/* Per-counter configuration as set via oprofilefs. */
struct op_counter_config {
#ifdef __powerpc64__
unsigned long valid;
#endif
unsigned long enabled;
unsigned long event;
unsigned long count;
Expand Down Expand Up @@ -56,17 +53,12 @@ struct op_powerpc_model {
int num_counters;
};

#ifdef CONFIG_FSL_BOOKE
extern struct op_powerpc_model op_model_fsl_booke;
#else /* Otherwise, it's classic */

#ifdef CONFIG_PPC64
extern struct op_powerpc_model op_model_rs64;
extern struct op_powerpc_model op_model_power4;

#else /* Otherwise, CONFIG_PPC32 */
extern struct op_powerpc_model op_model_7450;
#endif

#ifndef CONFIG_FSL_BOOKE

/* All the classic PPC parts use these */
static inline unsigned int ctr_read(unsigned int i)
Expand Down

0 comments on commit 401465e

Please sign in to comment.