Re: [PATCH 01/18] move do_timer() from kernel/timer.c into kernel/time/timekeeping.c

From: Yong Zhang
Date: Wed Jan 26 2011 - 01:49:27 EST


On Wed, Jan 26, 2011 at 1:56 PM, Yong Zhang <yong.zhang0@xxxxxxxxx> wrote:
> From: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
> Subject: [PATCH] sched: Move the calc_global_load() call into the scheduler
>
> Remove the calc_global_load() call from the timekeeping code and make
> it local to the scheduler.
>
> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
> Signed-off-by: Yong Zhang <yong.zhang0@xxxxxxxxx>
> ---
> Âinclude/linux/sched.h | Â Â2 --
> Âkernel/sched.c    Â|  34 +++++++++++++++++++++++-----------
> Âkernel/timer.c    Â|  Â1 -
> Â3 files changed, 23 insertions(+), 14 deletions(-)
> +
> +static __init void start_calc_global_timer()

should be
static __init void start_calc_global_timer(void)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/