From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Liwei <xieliwei@gmail.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Re: "ACPI: Unable to start the ACPI Interpreter"
Date: Mon, 27 Jun 2011 14:59:28 -0400 [thread overview]
Message-ID: <20110627185928.GC15703@dumpdata.com> (raw)
In-Reply-To: <BANLkTinq11kUiCF-ZwC6gk7y3+dDiGAnBQ@mail.gmail.com>
On Tue, Jun 28, 2011 at 02:23:09AM +0800, Liwei wrote:
> On 28 June 2011 01:33, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> >
> > Hmm. Can you attach the full serial log and on the Linux kernel line have
> > 'loglevel=10 debug initcall_debug' please?
>
> See attached.
>
> >
> > Is the serial log when running under 2.6.32 any different? (up to the ACPI interpretter
> > blowing up)? What does the /proc/interrupts look under 2.6.32?
>
> There's too much noise for me to compare, but I think they're more or
> less the same until the the interpreter blows up for 3.0 whereas
> 2.6.32 does not.
What is weird is:
1
[ 3.970863] ACPI: SCI (IRQ9) allocation failed
[ 3.970906] ACPI Exception: AE_NOT_ACQUIRED, Unable to install System Control Interrupt handler (20110413/evevent-119)
[ 3.970911] ACPI: Unable to start the ACPI Interpreter
IRQ9.. It looks like it really wants to use 9 instead of 20.
Looking at the code it does:
144 status =
145 acpi_os_install_interrupt_handler((u32) acpi_gbl_FADT.sci_interrupt,
146 acpi_ev_sci_xrupt_handler,
147 acpi_gbl_gpe_xrupt_list_head);
So it uses the acpi_glb_FADT.sci_interrupt. I think the best path
is to stick a bunch of printks in drivers/acpi/osl.c in acpi_os_install_interrupt_handler
and see what gsi, acpi_gbl_FADT.sci_interrupt, and what 'irq' end up being.
>
> I've attached the /proc/interrupts dump for both kernel versions. The
> difference to note is that IRQ 20 does appear in 2.6.32.
>
> Also attached is the xen dmesg.
Ok, let me look at them in some more details.
next prev parent reply other threads:[~2011-06-27 18:59 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 18:55 "ACPI: Unable to start the ACPI Interpreter" Liwei
2011-06-25 12:33 ` Liwei
[not found] ` <20110627133936.GB6978@dumpdata.com>
2011-06-27 15:12 ` Liwei
2011-06-27 16:32 ` Konrad Rzeszutek Wilk
2011-06-27 16:59 ` Liwei
2011-06-27 17:33 ` Konrad Rzeszutek Wilk
2011-06-27 18:23 ` Liwei
2011-06-27 18:59 ` Konrad Rzeszutek Wilk [this message]
2011-06-27 19:10 ` Konrad Rzeszutek Wilk
2011-06-27 19:18 ` Liwei
2011-06-27 19:30 ` Konrad Rzeszutek Wilk
2011-06-27 20:32 ` Liwei
2011-06-27 21:09 ` Liwei
2011-06-28 18:12 ` Konrad Rzeszutek Wilk
2011-06-28 18:33 ` Liwei
2011-06-28 19:27 ` Konrad Rzeszutek Wilk
2011-06-28 19:49 ` Liwei
2011-06-28 19:51 ` Konrad Rzeszutek Wilk
2011-06-28 19:55 ` Liwei
2011-06-28 20:44 ` Konrad Rzeszutek Wilk
2011-06-29 13:09 ` Liwei
2011-06-29 13:37 ` Liwei
-- strict thread matches above, loose matches on Subject: below --
2011-06-29 14:23 Konrad Wilk
2011-06-29 15:20 ` Liwei
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=20110627185928.GC15703@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xensource.com \
--cc=xieliwei@gmail.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 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.