[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1231967080.5756.12.camel@brick>
Date: Wed, 14 Jan 2009 13:04:40 -0800
From: Harvey Harrison <harvey.harrison@...il.com>
To: Cyrill Gorcunov <gorcunov@...il.com>
Cc: mingo@...e.hu, hpa@...or.com, linux-kernel@...r.kernel.org,
sam@...nborg.org, jaswinderrajput@...il.com,
Cyrill Gorcunov <gorcunov@...nvz.org>
Subject: Re: [patch 1/5] x86: headers cleanup - boot.h
On Wed, 2009-01-14 at 23:37 +0300, Cyrill Gorcunov wrote:
> -#if (defined CONFIG_KERNEL_BZIP2)
> +#ifdef CONFIG_KERNEL_BZIP2
> #define BOOT_HEAP_SIZE 0x400000
> -#else
> +#else /* !CONFIG_KERNEL_BZIP2 */
Curious, I haven't seen the #else comments with the extra ! before,
is that something that's coming into common use?
Harvey
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists