Re: [GIT PULL] kmemcheck updates for tip/kmemcheck

From: Ingo Molnar
Date: Mon Sep 08 2008 - 13:08:33 EST



* Vegard Nossum <vegard.nossum@xxxxxxxxx> wrote:

> On Mon, Sep 8, 2008 at 5:24 PM, Vegard Nossum <vegard.nossum@xxxxxxxxx> wrote:
> > On Mon, Sep 8, 2008 at 5:17 PM, Ingo Molnar <mingo@xxxxxxx> wrote:
> >> +#if defined(CONFIG_SMP) && !defined(CONFIG_KMEMCHECK_USE_SMP)
> >
> > Should really be just:
> >
> > +#if defined(CONFIG_SMP)
> >
> > Can you amend?
>
> Er, also written like:
>
> +#ifdef CONFIG_SMP
>
> Bonk.

thx, fixed it.

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/