]> git.baikalelectronics.ru Git - kernel.git/commit
perf, x86: Remove superfluous arguments to x86_perf_event_set_period()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 2 Mar 2010 19:16:01 +0000 (20:16 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Mar 2010 12:22:27 +0000 (13:22 +0100)
commit3270c93ce6b49a21af26938ef98390b0b08e573f
treeb46d8db19f4fedd149219a0122be9fd4cc669e4e
parent86832c0750d611f5a3e7b7f14e2c0b2d1ceaca0b
perf, x86: Remove superfluous arguments to x86_perf_event_set_period()

The second and third argument to x86_perf_event_set_period() are
superfluous since they are simple expressions of the first argument.
Hence remove them.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: paulus@samba.org
Cc: eranian@google.com
Cc: robert.richter@amd.com
Cc: fweisbec@gmail.com
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
LKML-Reference: <20100304140100.006500906@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/cpu/perf_event_intel.c