[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTinGToHk-Rpc0p1s=RfDuXe=r=CuARb4xFfWNnuo@mail.gmail.com>
Date: Wed, 26 Jan 2011 14:49:22 +0800
From: Yong Zhang <yong.zhang0@...il.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
john stultz <johnstul@...ibm.com>,
Torben Hohn <torbenh@....de>,
LKML <linux-kernel@...r.kernel.org>, hch@...radead.org
Subject: Re: [PATCH 01/18] move do_timer() from kernel/timer.c into kernel/time/timekeeping.c
On Wed, Jan 26, 2011 at 1:56 PM, Yong Zhang <yong.zhang0@...il.com> wrote:
> From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> 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@...llo.nl>
> Signed-off-by: Yong Zhang <yong.zhang0@...il.com>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists