public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Alain Knaff <alain@knaff.lu>
Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, w@1wt.eu
Subject: Re: [update] [PATCH] init: bzip2 or lzma -compressed kernels and initrds
Date: Mon, 08 Sep 2008 15:38:21 -0700	[thread overview]
Message-ID: <48C5A95D.8050108@zytor.com> (raw)
In-Reply-To: <200809082233.m88MXMhZ027949@hitchhiker.org.lu>

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

      reply	other threads:[~2008-09-08 22:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-08 22:33 [update] [PATCH] init: bzip2 or lzma -compressed kernels and initrds Alain Knaff
2008-09-08 22:38 ` H. Peter Anvin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48C5A95D.8050108@zytor.com \
    --to=hpa@zytor.com \
    --cc=alain@knaff.lu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=w@1wt.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox