diff options
author | Jeremy Gebben <jgebben@codeaurora.org> | 2016-04-26 09:40:26 -0600 |
---|---|---|
committer | Kyle Yan <kyan@codeaurora.org> | 2016-04-27 19:05:00 -0700 |
commit | 4da4b1181eaac878141a891d530dac00d6fdce4e (patch) | |
tree | bdb439531e05c08b3bcd5836902b94d64f269076 /include/linux/perf_event.h | |
parent | f5921cfca0db89db6ab7ced7ea46348179dae0e2 (diff) |
Revert "Perf: arm64: stop counters when going into hotplug"
This reverts commit 182eeb0c0daf70acd8
("Perf: arm64: stop counters when going into hotplug")
This change is being reverted so that it can be replaced
by equivalent functionality from upstream.
CRs-Fixed: 1008368
Change-Id: Ibf007132366486ae70c1d919f32e933744a1721e
Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index a9cc2b530409..95fd207e63ca 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -471,7 +471,6 @@ struct perf_event { struct pmu *pmu; enum perf_event_active_state state; - enum perf_event_active_state hotplug_save_state; unsigned int attach_state; local64_t count; atomic64_t child_count; |