From: Michael Ellerman <mpe@ellerman.id.au>
To: Alistair Popple <alistair@popple.id.au>, linuxppc-dev@ozlabs.org
Cc: Alistair Popple <alistair@popple.id.au>,
Gavin Shan <gwshan@linux.vnet.ibm.com>
Subject: Re: powerpc/powernv: Bump opal_init initcall priority
Date: Fri, 12 Jun 2015 19:47:35 +1000 (AEST) [thread overview]
Message-ID: <20150612094735.C2DAB1402B4@ozlabs.org> (raw)
In-Reply-To: <1434014729-12068-1-git-send-email-alistair@popple.id.au>
On Thu, 2015-11-06 at 09:25:29 UTC, Alistair Popple wrote:
> opal_init() is called via a machine_subsys_initcall(). Due to a hack
> in the eeh code the eeh driver is initialised with at the same
> initcall level. This means depending on link ordering the following
> error can occur because the opal irchip has not been initialised:
>
> irq: XICS didn't like hwirq-0x9 to VIRQ17 mapping (rc=-22)
> pnv_eeh_post_init: Can't request OPAL event interrupt (0)
>
> This patch solves the issue by making sure opal_init is called prior
> to the subsystems that may need it.
What is the hack in the eeh code?
I'm seeing eeh_ops->post_init() called from eeh_init() which is
core_initcall_sync(), is that what you're talking about?
Then pnv_eeh_post_init() is the powernv version of eeh_ops->post_init, and it
calls opal_event_request().
So you'd need the irq_chip setup by then I think?
So I guess I'm missing the hack you're talking about.
Regardless of which level it needs to be at, the only thing that needs to run
early is opal_event_init() am I right? Not all of opal_init().
cheers
next prev parent reply other threads:[~2015-06-12 9:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-11 9:25 [PATCH] powerpc/powernv: Bump opal_init initcall priority Alistair Popple
2015-06-12 9:47 ` Michael Ellerman [this message]
2015-06-15 3:44 ` Alistair Popple
2015-06-15 7:13 ` Michael Ellerman
2015-06-14 0:27 ` [PATCH] " Daniel Axtens
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=20150612094735.C2DAB1402B4@ozlabs.org \
--to=mpe@ellerman.id.au \
--cc=alistair@popple.id.au \
--cc=gwshan@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.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 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).