]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/oprofile/op_counter.h
Revert "Oprofile Multiplexing Patch"
[linux-2.6-omap-h63xx.git] / arch / x86 / oprofile / op_counter.h
index 786d6e01cf7fc42bbff11495636bb6b93172ddc5..2880b15c46752e0d14e35a825ebe30d7a6c2f7d3 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;