alpha/PCI: replace pci_probe_only with pci_flags
Some architectures (alpha, mips, powerpc) have an arch-specific "pci_probe_only" flag. Others use PCI_PROBE_ONLY in pci_flags for the same purpose. This moves alpha to the pci_flags approach so generic code can use the same test across all architectures. CC: linux-alpha@vger.kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
@@ -384,7 +384,8 @@ marvel_init_pci(void)
|
||||
|
||||
marvel_register_error_handlers();
|
||||
|
||||
pci_probe_only = 1;
|
||||
/* Indicate that we trust the console to configure things properly */
|
||||
pci_set_flags(PCI_PROBE_ONLY);
|
||||
common_init_pci();
|
||||
locate_and_init_vga(NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user