public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* arch/ia64/kernel/mca.c and CONFIG_ACPI
@ 2006-02-08  2:56 Keith Owens
  2006-02-08  3:22 ` Alex Williamson
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2006-02-08  2:56 UTC (permalink / raw)
  To: linux-ia64

If CONFIG_ACPI is no then arch/ia64/kernel/mca.c drops the CPE handler,
but not the CMC handler.  Also the CPE handler uses
acpi_request_vector(), but CMC does not.  Why the differences?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: arch/ia64/kernel/mca.c and CONFIG_ACPI
  2006-02-08  2:56 arch/ia64/kernel/mca.c and CONFIG_ACPI Keith Owens
@ 2006-02-08  3:22 ` Alex Williamson
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Williamson @ 2006-02-08  3:22 UTC (permalink / raw)
  To: linux-ia64

On Wed, 2006-02-08 at 13:56 +1100, Keith Owens wrote:
> If CONFIG_ACPI is no then arch/ia64/kernel/mca.c drops the CPE handler,
> but not the CMC handler.  Also the CPE handler uses
> acpi_request_vector(), but CMC does not.  Why the differences?

   Probably a bug, because we could still poll for CPEs w/o ACPI.
Originally the CPE handler was only interrupt driven and the interrupt
is described as a platform interrupt source via ACPI.  So it made sense
then.  CMC have never had an ACPI dependency since the architecture
defines their setup and not the platform.

	Alex


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-08  3:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  2:56 arch/ia64/kernel/mca.c and CONFIG_ACPI Keith Owens
2006-02-08  3:22 ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox