commit | 2c3d103ba90827cfb478bf10464d9b5b9cea369c | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Fri Jul 25 19:45:00 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jul 28 16:35:03 2008 +0200 |
tree | 96c795c57a69a2a94ff1f077b1285136f4647b25 | |
parent | e26873bb10f722f10b1af9de05119a3d7cbc07b2 [diff] |
sched: move sched_clock before first use Move sched_clock() up to stop warning: weak declaration of `sched_clock' after first use results in unspecified behavior (if -fno-unit-at-a-time). Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: Mike Travis <travis@sgi.com> Cc: Ben Herrenschmidt <benh@kernel.crashing.org> Cc: Linuxppc-dev@ozlabs.org Signed-off-by: Ingo Molnar <mingo@elte.hu>