Re: [PATCH] include/asm-generic/io.h: add 'UML' case just like 'no-MMU'

From: Chen Gang
Date: Wed Jun 26 2013 - 03:57:33 EST


On 06/26/2013 03:38 PM, Geert Uytterhoeven wrote:
> On Wed, Jun 26, 2013 at 8:54 AM, Richard Weinberger <richard@xxxxxx> wrote:
>>> >> -#ifndef CONFIG_MMU
>>> >> +#if !CONFIG_MMU || CONFIG_UML
> FWIW, the above syntax is not correct, it should be
>
> #if !defined(CONFIG_MMU) || defined(CONFIG_UML)
>

Oh, really it is. :-)


Thanks.
--
Chen Gang

Asianux Corporation
--
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/