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

From: Vegard Nossum
Date: Mon Sep 08 2008 - 11:26:36 EST


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.


Vegard

--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--
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/