Skip to content

Commit

Permalink
perf_counter: Remove unused ABI bits
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 25, 2009
1 parent 266dfb0 commit e527ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ struct perf_counter_hw_event {

__reserved_1 : 51;

__u32 extra_config_len;
__u32 wakeup_events; /* wakeup every n events */
__u32 __reserved_2;

__u64 __reserved_2;
__u64 __reserved_3;
__u64 __reserved_4;
};

/*
Expand Down

0 comments on commit e527ea3

Please sign in to comment.