Linux ACPI
 help / color / mirror / Atom feed
From: Vivek Goyal <vgoyal@in.ibm.com>
To: linux-acpi@vger.kernel.org
Cc: Fastboot mailing list <fastboot@lists.osdl.org>
Subject: Kdump broken in ACPI initialization upon reading SCI_EN bit
Date: Thu, 19 Oct 2006 16:14:05 -0400	[thread overview]
Message-ID: <20061019201405.GA15078@in.ibm.com> (raw)

Hi,

On one of my machines (Intel Xeon 2.00GHz), Kdump is broken. Second
kernel hangs during boot during ACPI initialization. I am
using 2.6.19-rc2.

It basically hangs when it tries to read from hardware whether system
is already in ACPI mode or not. It tries to read SCI_ENABLE bit from
PM1 control register.

Interestingly this phenomenon is observed only if the code is running 
on a non-boot cpu (cpu id is not zero). I system crashes on cpu 0 and
second kernel is booting on cpu 0 then everything is fine.

Following is the code sequence.

  acpi_early_init()
   acpi_enable_subsystem()
     acpi_hw_get_mode
       acpi_hw_get_register
	  acpi_hw_register_read
	    acpi_hw_low_level_read
		acpi_os_read_port()

In acpi_os_read_port() it tries to read port 0x804 (inw()) and then it hangs.

Any idea what's happening? Are there any dependencies of this port being
read by a boot cpu only? Any suggestions how can I debug further?

Thanks
Vivek

             reply	other threads:[~2006-10-19 20:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-19 20:14 Vivek Goyal [this message]
2006-10-19 20:25 ` Kdump broken in ACPI initialization upon reading SCI_EN bit Vivek Goyal

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=20061019201405.GA15078@in.ibm.com \
    --to=vgoyal@in.ibm.com \
    --cc=fastboot@lists.osdl.org \
    --cc=linux-acpi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox