aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/oprofile/op_counter.h')
-rw-r--r--arch/x86/oprofile/op_counter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/oprofile/op_counter.h b/arch/x86/oprofile/op_counter.h
index e28398df0df2..0b7b7b179cbe 100644
--- a/arch/x86/oprofile/op_counter.h
+++ b/arch/x86/oprofile/op_counter.h
@@ -22,6 +22,7 @@ struct op_counter_config {
22 unsigned long kernel; 22 unsigned long kernel;
23 unsigned long user; 23 unsigned long user;
24 unsigned long unit_mask; 24 unsigned long unit_mask;
25 unsigned long extra;
25}; 26};
26 27
27extern struct op_counter_config counter_config[]; 28extern struct op_counter_config counter_config[];