• Matthew Wilcox's avatar
    [PATCH] Fix panic-at-boot · 848fd5f3
    Matthew Wilcox authored
    This fixes a panic-at-boot when ACPI Hotplug PCI is compiled in, but
    ACPI is disabled.  It just makes sure that the list is properly
    initialized statically instead of depending on runtime initialization
    that may or may not happen.
    848fd5f3
pci_root.c 8.96 KB