aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-05-25 08:45:25 -0400
committerIngo Molnar <mingo@elte.hu>2009-05-25 08:55:00 -0400
commite527ea312f31e88a7fa5472b71db71c565b0d44f (patch)
treef6da7a2fd7b555d7591da3476dda2a83f00f10a5 /include/linux/perf_counter.h
parent266dfb0b58bc4181b6158ee63a0069abaa9f3a98 (diff)
perf_counter: Remove unused ABI bits
extra_config_len isn't used for anything, remove it. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: John Kacur <jkacur@redhat.com> LKML-Reference: <20090525124600.116035832@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r--include/linux/perf_counter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 2ddf5e3c5518..b1f2bac09f97 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -154,11 +154,11 @@ struct perf_counter_hw_event {
154 154
155 __reserved_1 : 51; 155 __reserved_1 : 51;
156 156
157 __u32 extra_config_len;
158 __u32 wakeup_events; /* wakeup every n events */ 157 __u32 wakeup_events; /* wakeup every n events */
158 __u32 __reserved_2;
159 159
160 __u64 __reserved_2;
161 __u64 __reserved_3; 160 __u64 __reserved_3;
161 __u64 __reserved_4;
162}; 162};
163 163
164/* 164/*