commit | 49f474331e563a6ecf3b1e87ec27ec5482b3e4f1 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sun Dec 27 11:51:52 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 28 09:21:33 2009 +0100 |
tree | e3e4b5c718fd3d35ce01d4fe015886d9f3336760 | |
parent | 4cf40131a5cf4918e83b3756e58a1fc9e984f8ef [diff] |
perf events: Remove arg from perf sched hooks 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>