diff options
author | Will Deacon <will.deacon@arm.com> | 2011-07-08 13:34:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-07-21 14:41:58 -0400 |
commit | 7fcfd1abd6480d3b9ef17f5759c175e036e835cf (patch) | |
tree | 1207684bb61efd16be56ba09b1e7dcbbae022c5f /drivers | |
parent | 1ac2e6ca44e13a087eb7438d284f887097ee7e84 (diff) |
perf: Remove the nmi parameter from the oprofile_perf backend
In commit a8b0ca17b80e ("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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/oprofile/oprofile_perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/oprofile_perf.c b/drivers/oprofile/oprofile_perf.c index 59acf9ef78a4..94796f39bc47 100644 --- a/drivers/oprofile/oprofile_perf.c +++ b/drivers/oprofile/oprofile_perf.c | |||
@@ -31,7 +31,7 @@ static int num_counters; | |||
31 | /* | 31 | /* |
32 | * Overflow callback for oprofile. | 32 | * Overflow callback for oprofile. |
33 | */ | 33 | */ |
34 | static void op_overflow_handler(struct perf_event *event, int unused, | 34 | static void op_overflow_handler(struct perf_event *event, |
35 | struct perf_sample_data *data, struct pt_regs *regs) | 35 | struct perf_sample_data *data, struct pt_regs *regs) |
36 | { | 36 | { |
37 | int id; | 37 | int id; |