perf events: Remove arg from perf sched hooks
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Sun, 27 Dec 2009 10:51:52 +0000 (11:51 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Dec 2009 08:21:33 +0000 (09:21 +0100)
Since we only ever schedule the local cpu, there is no need to pass the
cpu number to the perf sched hooks.

This micro-optimizes things a bit.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found