Re: [PATCH tj-percpu 1/3] percpu: kill compile warning inpcpu_populate_chunk()

From: Ingo Molnar
Date: Mon Mar 02 2009 - 04:08:28 EST



* Tejun Heo <tj@xxxxxxxxxx> wrote:

> Impact: remove compile warning
>
> Mark local variable map_end in pcpu_populate_chunk() with
> uninitialized_var(). The variable is always used in tandem with
> map_start and guaranteed to be initialized before use but gcc doesn't
> understand that.
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
> Reported-by: Ingo Molnar <mingo@xxxxxxx>
> ---
> This the first of three misc fix patches for #tj-percpu. Patches are
> also available in the tj-percpu git tree.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git tj-percpu

Pulled, thanks Tejun.

Ingo
--
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/