diff options
Diffstat (limited to 'arch/arm')
| -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 0691176899f..aad63e611b3 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)  		return ret;  	pevent = perf_event_create_kernel_counter(&counter_config[event].attr, -						  cpu, -1, +						  cpu, NULL,  						  op_overflow_handler);  	if (IS_ERR(pevent)) { | 
