[PATCH] PPC64 collect and export low-level cpu usage statistics

linas linas at austin.ibm.com
Fri Jan 27 07:15:17 EST 2006


Hi,

Here's a minor nit:

On Thu, Jan 19, 2006 at 10:38:44AM -0600, Manish Ahuja was heard to remark:
> Index: linux-2.6.15-rc6/arch/powerpc/kernel/setup_64.c
> +
> +static void collect_startcpu_util(int cpu);
> +static void collect_cpu_deltas(int cpu);
> +static void post_cpu_deltas(int cpu);

I don't know about everyone else, but I hate forward declarations.
Can't we just put the code that defines tese functions earlier in the
file?

--linas



More information about the Linuxppc64-dev mailing list