All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: 2.5.72 for ia64 released
Date: Fri, 20 Jun 2003 18:01:30 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105613212216837@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105605890319553@msgid-missing>

>>>>> On Fri, 20 Jun 2003 19:47:44 +0200, Sam Ravnborg <sam@ravnborg.org> said:

  Sam> diff -Nru a/arch/ia64/lib/Makefile b/arch/ia64/lib/Makefile
  Sam> --- a/arch/ia64/lib/Makefile    Thu Jun 19 14:19:14 2003
  Sam> +++ b/arch/ia64/lib/Makefile    Thu Jun 19 14:19:14 2003
  Sam> @@ -13,6 +13,12 @@
  Sam> lib-$(CONFIG_MCKINLEY) += copy_page_mck.o memcpy_mck.o
  Sam> lib-$(CONFIG_PERFMON)  += carta_random.o

  Sam> +ifeq ($(CONFIG_MD_RAID5),m)
  Sam> +       lib-y += xor.o
  Sam> +else
  Sam> +       lib-$(CONFIG_MD_RAID5)  += xor.o
  Sam> +endif

  Sam> No need for this ifeq ....
  Sam> lib-m should work as well as lib-y.
  Sam> If this is not the case then let me know - I will fix kbuild then.

  Sam> lib-m is actually documented!

I don't use RAID5 myself.  Can someone else test this and send me a
patch if it works?


  Sam> diff -Nru a/usr/Makefile b/usr/Makefile
  Sam> ....
  Sam> +$(obj)/initramfs_data.S: $(obj)/initramfs_data.cpio.gz
  Sam> +       echo '.section ".init.ramfs", "a"' > $@
  Sam> +       od -v -An -t x1 -w8 $^ | cut -c2- | sed -e s"/ /,0x/g" -e s"/^/.byte 0x"/ >> $@

  Sam> Will .incbin really replace the above magic?

It should.  The ony thing the above commands do is to convert
initramfs_data.cpio.gz into a hexdump which can then be assembled.

	--david

  parent reply	other threads:[~2003-06-20 18:01 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-19 21:39 2.5.72 for ia64 released David Mosberger
2003-06-20 11:38 ` Andreas Schwab
2003-06-20 17:11 ` Jesse Barnes
2003-06-20 17:47 ` Sam Ravnborg
2003-06-20 18:01 ` David Mosberger [this message]
2003-06-20 18:35 ` Jesse Barnes
2003-06-20 18:41 ` David Mosberger
2003-06-20 18:45 ` Jesse Barnes
2003-06-20 18:49 ` David Mosberger
2003-06-20 18:50 ` Jesse Barnes
2003-06-20 18:53 ` Jesse Barnes
2003-06-20 19:02 ` David Mosberger
2003-06-20 19:07 ` Jesse Barnes
2003-06-20 19:44 ` Andreas Schwab
2003-06-20 19:49 ` Jesse Barnes
2003-06-20 19:51 ` Andreas Schwab
2003-06-20 19:56 ` Jesse Barnes
2003-06-20 20:03 ` Alex Tsariounov
2003-06-20 20:06 ` David Mosberger
2003-06-20 20:25 ` Andreas Schwab
2003-06-20 20:28 ` Jesse Barnes
2003-06-20 20:34 ` David Mosberger
2003-06-20 20:39 ` Jesse Barnes
2003-06-20 20:40 ` Andreas Schwab
2003-06-20 20:50 ` David Mosberger
2003-06-20 20:51 ` Sam Ravnborg
2003-06-20 21:04 ` Jack Steiner
2003-06-20 21:06 ` David Mosberger
2003-06-20 21:21 ` Jesse Barnes

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=marc-linux-ia64-105613212216837@msgid-missing \
    --to=davidm@napali.hpl.hp.com \
    --cc=linux-ia64@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.