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-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html