From: Marc Zyngier <mzyngier@freesurf.fr>
To: alan@redhat.com
Cc: rth@twiddle.net, torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: [PATCH] Fix vmlinux.lds.S on alpha
Date: 07 Mar 2003 09:13:36 +0100 [thread overview]
Message-ID: <wrpr89j61cf.fsf@hina.wild-wind.fr.eu.org> (raw)
[A previous mail was sent without subject and wrong address... sorry
about that]
Alan, Richard,
The console initcall patch that went in contains a typo that prevents
alpha from building. The included patch fixes it.
Thanks,
M.
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1045 -> 1.1046
# arch/alpha/vmlinux.lds.S 1.19 -> 1.20
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/03/07 maz@hina.wild-wind.fr.eu.org 1.1046
# Fix arch/alpha/vmlinux.lds.S typos.
# --------------------------------------------
#
diff -Nru a/arch/alpha/vmlinux.lds.S b/arch/alpha/vmlinux.lds.S
--- a/arch/alpha/vmlinux.lds.S Fri Mar 7 08:58:06 2003
+++ b/arch/alpha/vmlinux.lds.S Fri Mar 7 08:58:06 2003
@@ -63,8 +63,8 @@
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
- . = ALIGN(8)
- .con_initcall.init: {
+ . = ALIGN(8);
+ .con_initcall.init : {
__con_initcall_start = .;
*(.con_initcall.init)
__con_initcall_end = .;
--
Places change, faces change. Life is so very strange.
reply other threads:[~2003-03-07 8:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=wrpr89j61cf.fsf@hina.wild-wind.fr.eu.org \
--to=mzyngier@freesurf.fr \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rth@twiddle.net \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®