Skip to content

Commit

Permalink
perf: Remove the nmi parameter from the oprofile_perf backend
Browse files Browse the repository at this point in the history
In commit a8b0ca1 ("perf: Remove the nmi parameter from the
swevent and overflow interface") one site was overlooked.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20110708173442.GB31972@e102144-lin.cambridge.arm.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Will Deacon authored and Ingo Molnar committed Jul 21, 2011
1 parent 1ac2e6c commit 7fcfd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/oprofile/oprofile_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static int num_counters;
/*
* Overflow callback for oprofile.
*/
static void op_overflow_handler(struct perf_event *event, int unused,
static void op_overflow_handler(struct perf_event *event,
struct perf_sample_data *data, struct pt_regs *regs)
{
int id;
Expand Down

0 comments on commit 7fcfd1a

Please sign in to comment.