Re: [update] [PATCH] init: bzip2 or lzma -compressed kernels andinitrds

From: H. Peter Anvin
Date: Mon Sep 08 2008 - 18:39:24 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/