Commit 633b3e60 authored by Jesse Barnes's avatar Jesse Barnes Committed by David Mosberger

[PATCH] ia64: ACPI fix for no PCI

Andy Grover told me this should be posted here.  It allows ACPI to
compile even with PCI turned off.  Patch against 2.5.60.
parent 24064ffb
......@@ -774,6 +774,7 @@ acpi_boot_init (void)
/* --------------------------------------------------------------------------
PCI Interrupt Routing
-------------------------------------------------------------------------- */
#ifdef CONFIG_PCI
int __init
acpi_get_prt (struct pci_vector_struct **vectors, int *count)
......@@ -815,7 +816,7 @@ acpi_get_prt (struct pci_vector_struct **vectors, int *count)
*count = acpi_prt.count;
return 0;
}
#endif
/* Assume IA64 always use I/O SAPIC */
int __init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment