[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48C5A95D.8050108@zytor.com>
Date: Mon, 08 Sep 2008 15:38:21 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Alain Knaff <alain@...ff.lu>
CC: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
w@....eu
Subject: Re: [update] [PATCH] init: bzip2 or lzma -compressed kernels and
initrds
Alain Knaff wrote:
>
> /* Replace the compressed data size with the uncompressed size */
> subl input_len(%ebp), %ebx
> +#ifdef CONFIG_KERNEL_LZMA
> + movl output_len_lzma(%ebp), %eax
> +#else
> movl output_len(%ebp), %eax
> +#endif
> addl %eax, %ebx
These particular #ifdefs really have to go, one way or another.
-hpa
--
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