diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-11-16 12:22:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-11-16 12:22:52 -0800 |
commit | 237ee312e10a86e69e01fc02e0daeb0fa3e7a6e8 (patch) | |
tree | 8bc42df168da6bd8545e90487f1f7c324aba486c /arch/arm/oprofile/op_counter.h | |
parent | d0cac32fa551b0e7dc1f014607eabb93b0ebbbe8 (diff) | |
parent | aa8d18731508bb0a16f69b77e5f4541f0d6fb553 (diff) | |
download | talos-obmc-linux-237ee312e10a86e69e01fc02e0daeb0fa3e7a6e8.tar.gz talos-obmc-linux-237ee312e10a86e69e01fc02e0daeb0fa3e7a6e8.zip |
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] Remove OP_MAX_COUNTER
[ARM] Remove PM_LEGACY=y from selected ARM defconfigs
[ARM] 3857/2: pnx4008: add devices' registration
Diffstat (limited to 'arch/arm/oprofile/op_counter.h')
-rw-r--r-- | arch/arm/oprofile/op_counter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/oprofile/op_counter.h b/arch/arm/oprofile/op_counter.h index 8c5351d751cf..ca942a63b52f 100644 --- a/arch/arm/oprofile/op_counter.h +++ b/arch/arm/oprofile/op_counter.h @@ -10,8 +10,6 @@ #ifndef OP_COUNTER_H #define OP_COUNTER_H -#define OP_MAX_COUNTER 5 - /* Per performance monitor configuration as set via * oprofilefs. */ |