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)
commit07088edb88164c2a2406cd2d9a7be19d8515214b
treeb46d8db19f4fedd149219a0122be9fd4cc669e4e
parent3fb2b8ddcc6a7aa62af6bd2cb939edfd4c460506
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