diff options
Diffstat (limited to 'arch/arm/oprofile/common.c')
-rw-r--r-- | arch/arm/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/oprofile/common.c b/arch/arm/oprofile/common.c index 0691176899ff..aad63e611b36 100644 --- a/arch/arm/oprofile/common.c +++ b/arch/arm/oprofile/common.c | |||
@@ -96,7 +96,7 @@ static int op_create_counter(int cpu, int event) | |||
96 | return ret; | 96 | return ret; |
97 | 97 | ||
98 | pevent = perf_event_create_kernel_counter(&counter_config[event].attr, | 98 | pevent = perf_event_create_kernel_counter(&counter_config[event].attr, |
99 | cpu, -1, | 99 | cpu, NULL, |
100 | op_overflow_handler); | 100 | op_overflow_handler); |
101 | 101 | ||
102 | if (IS_ERR(pevent)) { | 102 | if (IS_ERR(pevent)) { |