Revert "Oprofile Multiplexing Patch"
[safe/jmp/linux-2.6] / arch / x86 / oprofile / op_counter.h
index 786d6e0..2880b15 100644 (file)
 #ifndef OP_COUNTER_H
 #define OP_COUNTER_H
  
-#define OP_MAX_COUNTER 32
+#define OP_MAX_COUNTER 8
  
 /* Per-perfctr configuration as set via
  * oprofilefs.
  */
 struct op_counter_config {
         unsigned long count;
-               unsigned long save_count_low;
         unsigned long enabled;
         unsigned long event;
         unsigned long kernel;