diff options
author | Peter Zijlstra <peterz@infradead.org> | 2015-01-14 08:15:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-02-18 11:24:57 -0500 |
commit | acba3c7e4652ca5fcb2fd9376d58c2dffd8ddf2a (patch) | |
tree | c3fa452cb13383d4e41bdf6d9c7f6e24e1f7d65f /include | |
parent | 384b60557b5522fcb99646f0eb6e7a344cdb94c6 (diff) |
perf, powerpc: Fix up flush_branch_stack() users
The recent LBR rework for x86 left a stray flush_branch_stack() user in
the PowerPC code, fix that up.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Christoph Lameter <cl@linux.com>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Michael Neuling <mikey@neuling.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_event.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 43cc158487e6..724d3720c9b1 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -262,11 +262,6 @@ struct pmu { | |||
262 | int (*event_idx) (struct perf_event *event); /*optional */ | 262 | int (*event_idx) (struct perf_event *event); /*optional */ |
263 | 263 | ||
264 | /* | 264 | /* |
265 | * flush branch stack on context-switches (needed in cpu-wide mode) | ||
266 | */ | ||
267 | void (*flush_branch_stack) (void); | ||
268 | |||
269 | /* | ||
270 | * context-switches callback | 265 | * context-switches callback |
271 | */ | 266 | */ |
272 | void (*sched_task) (struct perf_event_context *ctx, | 267 | void (*sched_task) (struct perf_event_context *ctx, |