[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1239184425.24828.1373.camel@twins>
Date: Wed, 08 Apr 2009 11:53:45 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: "figo.zhang" <figo.zhang@...orific.com>
Cc: Américo Wang <xiyou.wangcong@...il.com>,
mingo@...e.hu, linux-kernel@...r.kernel.org, rdunlap@...otime.net
Subject: Re: [PATCH]kernel/sched_fair.c: the comment of the
calc_delta_fair() maybe not correctly
On Wed, 2009-04-08 at 10:27 +0800, figo.zhang wrote:
> the comment of the calc_delta_fair() maybe not correctly, should be
> delta *= NICE_0_LOAD/se->load
>
> Signed-off-by: figo.zhang <figo.zhang@...orific.com>
>
> diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
> index 3816f21..5134b45 100644
> --- a/kernel/sched_fair.c
> +++ b/kernel/sched_fair.c
> @@ -386,7 +386,7 @@ int sched_nr_latency_handler(struct ctl_table
> *table, int write, #endif
>
> /*
> - * delta /= w
> + * delta *= NICE_0_LOAD/se->load
> */
> static inline unsigned long
> calc_delta_fair(unsigned long delta, struct sched_entity *se)
The comment is conceptually correct.
NICE_0_LOAD := 1 and se->load := w, ergo, delta /= w.
--
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