From: Grant Likely <grant.likely@secretlab.ca>
To: Dennis Schridde <devurandom@gmx.net>
Cc: Thomas Gleixner <tglx@linutronix.de>,
linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject: Re: PROBLEM: Linux 3.6.2 fails to boot on IBM Cell
Date: Thu, 15 Nov 2012 17:58:35 +0000 [thread overview]
Message-ID: <20121115175835.652C43E197F@localhost> (raw)
In-Reply-To: <1573571.I7ElC3JheV@ernie>
On Thu, 25 Oct 2012 21:33:41 +0200, Dennis Schridde <devurandom@gmx.net> wrote:
> Hello everyone!
>
> Am Freitag, 19. Oktober 2012, 09:04:08 schrieb Dennis Schridde:
> > Am Freitag, 19. Oktober 2012, 00:17:55 schrieb Grant Likely:
> > > What does the boot log look like with the attached patch? (compiled
> > > only, I haven't booted with it)
> >
> > Please find the log attached.
> Have you found the cause or a fix for the problem?
Umm, no. Some suggestions were made so I assumed you'd try those.
Anyway, here is a real patch. Try this:
g.
diff --git a/arch/powerpc/platforms/cell/pmu.c b/arch/powerpc/platforms/cell/pmu.c
index 59c1a16..348a27b 100644
--- a/arch/powerpc/platforms/cell/pmu.c
+++ b/arch/powerpc/platforms/cell/pmu.c
@@ -382,7 +382,7 @@ static int __init cbe_init_pm_irq(void)
unsigned int irq;
int rc, node;
- for_each_node(node) {
+ for_each_online_node(node) {
irq = irq_create_mapping(NULL, IIC_IRQ_IOEX_PMI |
(node << IIC_IRQ_NODE_SHIFT));
if (irq == NO_IRQ) {
next prev parent reply other threads:[~2012-11-15 17:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5521875.6lkx8Qvfk5@ernie>
[not found] ` <2594570.cnhHoOP5cq@ernie>
[not found] ` <CACxGe6tdpCiZtpvrb7VUz9=mc6DqG6wO-Z5axaBMzuU2Y14GmA@mail.gmail.com>
[not found] ` <3999612.yr3XeWjcOk@ernie>
2012-10-18 22:44 ` PROBLEM: Linux 3.6.2 fails to boot on IBM Cell Grant Likely
2012-10-18 22:59 ` Grant Likely
2012-10-18 23:17 ` Grant Likely
2012-10-19 7:04 ` Dennis Schridde
2012-10-25 19:33 ` Dennis Schridde
2012-11-15 16:13 ` Dennis Schridde
2012-11-15 17:58 ` Grant Likely [this message]
2012-12-24 13:39 ` Dennis Schridde
2013-04-21 12:31 ` Dennis Schridde
2012-10-18 23:25 ` Benjamin Herrenschmidt
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=20121115175835.652C43E197F@localhost \
--to=grant.likely@secretlab.ca \
--cc=devurandom@gmx.net \
--cc=linuxppc-dev@ozlabs.org \
--cc=tglx@linutronix.de \
/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;
as well as URLs for NNTP newsgroup(s).