diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-12-01 05:49:26 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-12-01 05:49:26 +0000 |
| commit | ba1c3b5304db3cc7a986b81bb39a4853904238f0 (patch) | |
| tree | 30d13013fc427663e526ad0a732d839edc2ffa31 | |
| parent | 05d0bf79ed01748748514a600f1fb2e8b9646fe8 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi_pci_link.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 13ab3b507032..e6675f12d7e8 100644 --- a/sys/dev/acpica/acpi_pci_link.c +++ b/sys/dev/acpica/acpi_pci_link.c @@ -270,9 +270,7 @@ acpi_pci_link_dump(struct acpi_pci_link_softc *sc) struct link *link; int i, j; -#ifdef SMP ACPI_SERIAL_ASSERT(pci_link); -#endif printf("Index IRQ Rtd Ref IRQs\n"); for (i = 0; i < sc->pl_num_links; i++) { link = &sc->pl_links[i]; @@ -296,9 +294,7 @@ acpi_pci_link_attach(device_t dev) int prslinks; sc = device_get_softc(dev); -#ifdef SMP ACPI_SERIAL_BEGIN(pci_link); -#endif /* * Count the number of current resources so we know how big of @@ -383,15 +379,10 @@ acpi_pci_link_attach(device_t dev) device_printf(dev, "Links after disable:\n"); acpi_pci_link_dump(sc); } -#ifdef SMP ACPI_SERIAL_END(pci_link); -#endif return (0); - fail: -#ifdef SMP ACPI_SERIAL_END(pci_link); -#endif for (i = 0; i < sc->pl_num_links; i++) if (sc->pl_links[i].l_irqs != NULL) free(sc->pl_links[i].l_irqs, M_PCI_LINK); |
