diff options
| author | Peter Zijlstra <[email protected]> | 2009-05-23 18:29:01 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-05-24 08:24:30 +0200 |
| commit | 475c55797323b67435083f6e2eb8ee670f6410ec (patch) | |
| tree | 2aad9762396b01ccf92581489e70bd3689246f19 /include/linux | |
| parent | 082ff5a2767a0679ee543f14883adbafb631ffbe (diff) | |
perf_counter: Remove perf_counter_context::nr_enabled
now that pctrl() no longer disables other people's counters,
remove the PMU cache code that deals with that.
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: John Kacur <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/perf_counter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 4159ee5940f8..2ddf5e3c5518 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h @@ -516,7 +516,6 @@ struct perf_counter_context { struct list_head event_list; int nr_counters; int nr_active; - int nr_enabled; int is_active; atomic_t refcount; struct task_struct *task; |