From: Robert Reif <reif@earthlink.net>
To: sparclinux@vger.kernel.org
Subject: sparc boot failure
Date: Thu, 06 Nov 2008 03:03:52 +0000 [thread overview]
Message-ID: <49125E98.8070905@earthlink.net> (raw)
sparc has failed to boot recently and I bisected it down to this patch:
8dd9453737822469837d48d5da3785ce70fb2118 is first bad commit
commit 8dd9453737822469837d48d5da3785ce70fb2118
Author: Frederic Weisbecker <fweisbec@gmail.com>
Date: Tue Oct 21 21:56:42 2008 -0700
sparc: correct section of current_pc()
Latest mainline gives this section mismatch on sparc:
The function current_pc() references
the variable __init no_sun4u_here.
This is often because current_pc lacks a __init
annotation or the annotation of no_sun4u_here is wrong.
Since current_pc() is used only in early time, it is correct to
put it in .init section.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Reverting this patch gets current git booting again.
next reply other threads:[~2008-11-06 3:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-06 3:03 Robert Reif [this message]
2008-11-06 4:10 ` sparc boot failure David Miller
2008-11-06 10:40 ` Frédéric Weisbecker
2008-11-06 11:44 ` Robert Reif
2008-11-06 13:10 ` Frédéric Weisbecker
2008-11-06 21:10 ` Sam Ravnborg
2008-11-08 2:41 ` Robert Reif
2008-11-08 6:34 ` David Miller
2008-11-08 8:41 ` Sam Ravnborg
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=49125E98.8070905@earthlink.net \
--to=reif@earthlink.net \
--cc=sparclinux@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.