Loading arch/x86/pci/legacy.c +3 −3 Original line number Diff line number Diff line Loading @@ -57,14 +57,14 @@ static int __init pci_legacy_init(void) int __init pci_subsys_init(void) { #ifdef CONFIG_X86_NUMAQ pci_numa_init(); #endif #ifdef CONFIG_ACPI pci_acpi_init(); #endif pci_legacy_init(); pcibios_irq_init(); #ifdef CONFIG_X86_NUMAQ pci_numa_init(); #endif pcibios_init(); return 0; Loading Loading
arch/x86/pci/legacy.c +3 −3 Original line number Diff line number Diff line Loading @@ -57,14 +57,14 @@ static int __init pci_legacy_init(void) int __init pci_subsys_init(void) { #ifdef CONFIG_X86_NUMAQ pci_numa_init(); #endif #ifdef CONFIG_ACPI pci_acpi_init(); #endif pci_legacy_init(); pcibios_irq_init(); #ifdef CONFIG_X86_NUMAQ pci_numa_init(); #endif pcibios_init(); return 0; Loading